aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asn1/gnm/packet-gnm-template.c1
-rw-r--r--epan/dissectors/packet-gnm.c13
2 files changed, 6 insertions, 8 deletions
diff --git a/asn1/gnm/packet-gnm-template.c b/asn1/gnm/packet-gnm-template.c
index 210a7c4971..5750e46d10 100644
--- a/asn1/gnm/packet-gnm-template.c
+++ b/asn1/gnm/packet-gnm-template.c
@@ -35,7 +35,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
#include "packet-cmip.h"
diff --git a/epan/dissectors/packet-gnm.c b/epan/dissectors/packet-gnm.c
index be6a5ae6fc..7a2903108d 100644
--- a/epan/dissectors/packet-gnm.c
+++ b/epan/dissectors/packet-gnm.c
@@ -43,7 +43,6 @@
#include <epan/packet.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
#include "packet-cmip.h"
@@ -229,7 +228,7 @@ static int hf_gnm_TransmissionCharacteristics_dCME = -1;
static int hf_gnm_TransmissionCharacteristics_echoControl = -1;
/*--- End of included file: packet-gnm-hf.c ---*/
-#line 52 "packet-gnm-template.c"
+#line 51 "packet-gnm-template.c"
/* Initialize the subtree pointers */
@@ -303,7 +302,7 @@ static gint ett_gnm_TpsInGtpList = -1;
static gint ett_gnm_TransmissionCharacteristics = -1;
/*--- End of included file: packet-gnm-ett.c ---*/
-#line 55 "packet-gnm-template.c"
+#line 54 "packet-gnm-template.c"
/*--- Included file: packet-gnm-fn.c ---*/
@@ -2031,7 +2030,7 @@ static void dissect_Version_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto
/*--- End of included file: packet-gnm-fn.c ---*/
-#line 57 "packet-gnm-template.c"
+#line 56 "packet-gnm-template.c"
@@ -2731,7 +2730,7 @@ void proto_register_gnm(void) {
NULL, HFILL }},
/*--- End of included file: packet-gnm-hfarr.c ---*/
-#line 84 "packet-gnm-template.c"
+#line 83 "packet-gnm-template.c"
};
/* List of subtrees */
@@ -2807,7 +2806,7 @@ void proto_register_gnm(void) {
&ett_gnm_TransmissionCharacteristics,
/*--- End of included file: packet-gnm-ettarr.c ---*/
-#line 89 "packet-gnm-template.c"
+#line 88 "packet-gnm-template.c"
};
/* Register protocol */
@@ -2896,7 +2895,7 @@ void proto_reg_handoff_gnm(void) {
/*--- End of included file: packet-gnm-dis-tab.c ---*/
-#line 104 "packet-gnm-template.c"
+#line 103 "packet-gnm-template.c"
/* Wrapper to call CMIP */
register_ber_oid_dissector("0.0.13.3100.0.7.9", dissect_gnm_attribute_ObjectInstance, proto_gnm, "clientConnection(9)");
register_ber_oid_dissector("0.0.13.3100.0.7.10", dissect_gnm_attribute_ObjectInstance, proto_gnm, "clientTrail(10)");