aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-04 07:07:57 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-04 07:07:57 +0000
commit092cf1cb09a5d931d30f37f8c37ae88b16f8ed9e (patch)
tree892f19921beb78588d21fae7a906ef9e830f3753 /epan/plugins.c
parentd2ee101ef3e2e836c60c0f54a898ddc52e0933a9 (diff)
From Tomas Kukosa: add packet-ber.c routines to the plugin API.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10295 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c3
1 files changed, 2 insertions, 1 deletions
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 <gerald@ethereal.com>
@@ -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"