summaryrefslogtreecommitdiff
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-06-30 08:22:56 +0000
committerGuy Harris <guy@alum.mit.edu>2004-06-30 08:22:56 +0000
commit6feb4e2751c56017423268c7295464302e46236e (patch)
treeefcb532b2f1e1dd6947dbd38d66e9b36922f6acf /epan/plugins.c
parenta9e9366b00b916eb3414cefef2769df8723be6dd (diff)
downloadwireshark-6feb4e2751c56017423268c7295464302e46236e.tar.gz
Add "crc16_ccitt_tvb()" to the plugin API and the list of functions
exported from libethereal.dll. svn path=/trunk/; revision=11280
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 31bacf22cd..de32b7ba99 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.84 2004/06/19 10:13:27 guy Exp $
+ * $Id: plugins.c,v 1.85 2004/06/30 08:21:57 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -71,6 +71,7 @@
#include "packet-per.h"
#include "packet-ber.h"
#include "xdlc.h"
+#include "crc16.h"
#include "report_err.h"
#include "plugins/plugin_table.h"
static plugin_address_table_t patable = {