aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/asn1
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 22:20:21 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 22:20:21 +0000
commit99392257b7c2ba139cad76b08a5df820cb0dfee0 (patch)
tree0eab3bfa8bb4f3b560d9c574a610269c5c814c47 /plugins/asn1
parent444119dbcb8228e5a47b6e00f7932aa04759b13d (diff)
In "plugins/plugin_api.h", don't include stuff required for the plugin
address table if we don't need the plugin address table, so as to catch plugin dissectors that don't directly include stuff they need - eventually, the plugin address table stuff should completely go away, so we don't want dissectors depending on it. Fix those dissectors caught by this. Don't include "simple_dialog.h" in the ASN.1 dissector - it doesn't use it. svn path=/trunk/; revision=12140
Diffstat (limited to 'plugins/asn1')
-rw-r--r--plugins/asn1/packet-asn1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/asn1/packet-asn1.c b/plugins/asn1/packet-asn1.c
index 0e7ada9700..0a3a8faddd 100644
--- a/plugins/asn1/packet-asn1.c
+++ b/plugins/asn1/packet-asn1.c
@@ -83,8 +83,8 @@
#include <epan/strutil.h>
#include <epan/filesystem.h>
#include <epan/report_err.h>
+#include <epan/dissectors/packet-tcp.h>
#include "asn1.h"
-#include "simple_dialog.h"
#include "plugins/plugin_api_defs.h"