aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-s4406.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-s4406.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-s4406.c')
-rw-r--r--epan/dissectors/packet-s4406.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/epan/dissectors/packet-s4406.c b/epan/dissectors/packet-s4406.c
index 2859115f04..1df419e167 100644
--- a/epan/dissectors/packet-s4406.c
+++ b/epan/dissectors/packet-s4406.c
@@ -37,7 +37,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <epan/conversation.h>
#include <epan/asn1.h>
#include <stdio.h>
@@ -122,7 +121,7 @@ static int hf_s4406_Acp127NotificationType_positive = -1;
static int hf_s4406_Acp127NotificationType_transfer = -1;
/*--- End of included file: packet-s4406-hf.c ---*/
-#line 54 "packet-s4406-template.c"
+#line 53 "packet-s4406-template.c"
/* Initialize the subtree pointers */
static gint ett_s4406 = -1;
@@ -152,7 +151,7 @@ static gint ett_s4406_SEQUENCE_OF_BodyPartSecurityLabel = -1;
static gint ett_s4406_BodyPartSecurityLabel = -1;
/*--- End of included file: packet-s4406-ett.c ---*/
-#line 58 "packet-s4406-template.c"
+#line 57 "packet-s4406-template.c"
/*--- Included file: packet-s4406-fn.c ---*/
@@ -874,7 +873,7 @@ static void dissect_PriorityLevelQualifier_PDU(tvbuff_t *tvb _U_, packet_info *p
/*--- End of included file: packet-s4406-fn.c ---*/
-#line 60 "packet-s4406-template.c"
+#line 59 "packet-s4406-template.c"
/*
@@ -1147,7 +1146,7 @@ void proto_register_s4406(void) {
"", HFILL }},
/*--- End of included file: packet-s4406-hfarr.c ---*/
-#line 96 "packet-s4406-template.c"
+#line 95 "packet-s4406-template.c"
};
/* List of subtrees */
@@ -1179,7 +1178,7 @@ void proto_register_s4406(void) {
&ett_s4406_BodyPartSecurityLabel,
/*--- End of included file: packet-s4406-ettarr.c ---*/
-#line 102 "packet-s4406-template.c"
+#line 101 "packet-s4406-template.c"
};
/* Register protocol */
@@ -1221,7 +1220,7 @@ void proto_reg_handoff_s4406(void) {
/*--- End of included file: packet-s4406-dis-tab.c ---*/
-#line 117 "packet-s4406-template.c"
+#line 116 "packet-s4406-template.c"
register_ber_oid_dissector("1.3.26.0.4406.0.4.1", dissect_s4406, proto_s4406, "Military Message");