aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acse.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-02-07 14:33:47 +0000
committerBill Meier <wmeier@newsguy.com>2009-02-07 14:33:47 +0000
commit35e5fa9bc1bcb6a21b7192bab5e6105ab7003132 (patch)
tree659931f75321dfd7d2cbb1e009a8a5010a9acc32 /epan/dissectors/packet-acse.c
parent09d097e7a7c675c0165da4cd10352e2ff95c4998 (diff)
#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...
svn path=/trunk/; revision=27390
Diffstat (limited to 'epan/dissectors/packet-acse.c')
-rw-r--r--epan/dissectors/packet-acse.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-acse.c b/epan/dissectors/packet-acse.c
index a09ad32f7a..56d17123da 100644
--- a/epan/dissectors/packet-acse.c
+++ b/epan/dissectors/packet-acse.c
@@ -49,7 +49,6 @@
#include <glib.h>
#include <epan/packet.h>
#include <epan/emem.h>
-#include <epan/conversation.h>
#include <epan/oids.h>
#include <epan/asn1.h>
@@ -183,7 +182,7 @@ static int hf_acse_ACSE_requirements_higher_level_association = -1;
static int hf_acse_ACSE_requirements_nested_association = -1;
/*--- End of included file: packet-acse-hf.c ---*/
-#line 66 "packet-acse-template.c"
+#line 65 "packet-acse-template.c"
/* Initialize the subtree pointers */
static gint ett_acse = -1;
@@ -227,7 +226,7 @@ static gint ett_acse_Authentication_value_other = -1;
static gint ett_acse_Authentication_value = -1;
/*--- End of included file: packet-acse-ett.c ---*/
-#line 70 "packet-acse-template.c"
+#line 69 "packet-acse-template.c"
static struct SESSION_DATA_STRUCTURE* session = NULL;
@@ -1645,7 +1644,7 @@ dissect_acse_AE_title(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _
/*--- End of included file: packet-acse-fn.c ---*/
-#line 146 "packet-acse-template.c"
+#line 145 "packet-acse-template.c"
/*
@@ -2184,7 +2183,7 @@ void proto_register_acse(void) {
"", HFILL }},
/*--- End of included file: packet-acse-hfarr.c ---*/
-#line 252 "packet-acse-template.c"
+#line 251 "packet-acse-template.c"
};
/* List of subtrees */
@@ -2230,7 +2229,7 @@ void proto_register_acse(void) {
&ett_acse_Authentication_value,
/*--- End of included file: packet-acse-ettarr.c ---*/
-#line 258 "packet-acse-template.c"
+#line 257 "packet-acse-template.c"
};
/* Register protocol */