summaryrefslogtreecommitdiff
path: root/epan/plugins.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-24 18:35:58 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-24 18:35:58 +0000
commit342fa7a1b572139f44bda608539c9bdb3fbb340e (patch)
tree558c62379375996e7751b8323a4ca1683444cd1b /epan/plugins.c
parentd0d3f842bb581b36352dde0064700a6f1146e93e (diff)
downloadwireshark-342fa7a1b572139f44bda608539c9bdb3fbb340e.tar.gz
From Tomas Kukosa:
Remove the internal packet-per.c functions "dissect_per_length_determinant()" and "dissect_per_normally_small_nonnegative_whole_number()" from the plugin API, as they shouldn't be used outside the PER dissector. Remove the H.225/H.245 functions "dissect_h225_TransportAddress()" and "dissect_h245_NonStandardParameter()" from the plugin API until we really need them in plugins. Add the string dissector table functions to the plugin API. svn path=/trunk/; revision=8532
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index 807b83764a..cd7578149e 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -1,7 +1,7 @@
/* plugins.c
* plugin routines
*
- * $Id: plugins.c,v 1.76 2003/08/25 21:35:35 guy Exp $
+ * $Id: plugins.c,v 1.77 2003/09/24 18:35:07 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -68,8 +68,6 @@
#include "tap.h"
#include "asn1.h"
#include "packet-per.h"
-#include "packet-h225.h"
-#include "packet-h245.h"
#include "plugins/plugin_table.h"
static plugin_address_table_t patable = {
/* file generated by plugin_gen.py */