aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-acp133.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-07 14:33:47 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2009-02-07 14:33:47 +0000
commit2209d8140a65a4957613e2afb657bf5c13da8933 (patch)
tree659931f75321dfd7d2cbb1e009a8a5010a9acc32 /epan/dissectors/packet-acp133.c
parent31bd65544f4b94a136c6021f8a06444c55351e0c (diff)
#include <epan/conversation.h> and/or #include <epan/emem.h> not req'd ...
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27390 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-acp133.c')
-rw-r--r--epan/dissectors/packet-acp133.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-acp133.c b/epan/dissectors/packet-acp133.c
index 8fc4e422fb..5d8de981de 100644
--- a/epan/dissectors/packet-acp133.c
+++ b/epan/dissectors/packet-acp133.c
@@ -37,7 +37,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <epan/conversation.h>
#include <epan/asn1.h>
#include <epan/oids.h>
@@ -144,7 +143,7 @@ static int hf_acp133_OnSupported_acp127_pn = -1;
static int hf_acp133_OnSupported_acp127_tn = -1;
/*--- End of included file: packet-acp133-hf.c ---*/
-#line 57 "packet-acp133-template.c"
+#line 56 "packet-acp133-template.c"
/* Initialize the subtree pointers */
static gint ett_acp133 = -1;
@@ -172,7 +171,7 @@ static gint ett_acp133_Capability = -1;
static gint ett_acp133_SET_OF_ExtendedContentType = -1;
/*--- End of included file: packet-acp133-ett.c ---*/
-#line 61 "packet-acp133-template.c"
+#line 60 "packet-acp133-template.c"
/*--- Included file: packet-acp133-fn.c ---*/
@@ -1020,7 +1019,7 @@ static void dissect_Capability_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pr
/*--- End of included file: packet-acp133-fn.c ---*/
-#line 63 "packet-acp133-template.c"
+#line 62 "packet-acp133-template.c"
/*--- proto_register_acp133 -------------------------------------------*/
@@ -1342,7 +1341,7 @@ void proto_register_acp133(void) {
"", HFILL }},
/*--- End of included file: packet-acp133-hfarr.c ---*/
-#line 72 "packet-acp133-template.c"
+#line 71 "packet-acp133-template.c"
};
/* List of subtrees */
@@ -1372,7 +1371,7 @@ void proto_register_acp133(void) {
&ett_acp133_SET_OF_ExtendedContentType,
/*--- End of included file: packet-acp133-ettarr.c ---*/
-#line 78 "packet-acp133-template.c"
+#line 77 "packet-acp133-template.c"
};
/* Register protocol */
@@ -1433,7 +1432,7 @@ void proto_reg_handoff_acp133(void) {
/*--- End of included file: packet-acp133-dis-tab.c ---*/
-#line 94 "packet-acp133-template.c"
+#line 93 "packet-acp133-template.c"
/* X.402 Object Classes */
oid_add_from_string("id-oc-mhs-distribution-list","2.6.5.1.0");