From 36a9a266f439add59d2504504e58b9654c514a14 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 4 Mar 2004 07:07:57 +0000 Subject: From Tomas Kukosa: add packet-ber.c routines to the plugin API. svn path=/trunk/; revision=10295 --- epan/plugins.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'epan/plugins.c') diff --git a/epan/plugins.c b/epan/plugins.c index 9872a0c5e4..8dd7110835 100644 --- a/epan/plugins.c +++ b/epan/plugins.c @@ -1,7 +1,7 @@ /* plugins.c * plugin routines * - * $Id: plugins.c,v 1.79 2004/02/21 11:13:54 guy Exp $ + * $Id: plugins.c,v 1.80 2004/03/04 07:07:01 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -68,6 +68,7 @@ #include "tap.h" #include "asn1.h" #include "packet-per.h" +#include "packet-ber.h" #include "xdlc.h" #include "report_err.h" #include "plugins/plugin_table.h" -- cgit v1.2.1