aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cmip.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-cmip.c')
-rw-r--r--epan/dissectors/packet-cmip.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/epan/dissectors/packet-cmip.c b/epan/dissectors/packet-cmip.c
index 9b2788e952..a374d5e1aa 100644
--- a/epan/dissectors/packet-cmip.c
+++ b/epan/dissectors/packet-cmip.c
@@ -40,7 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
@@ -347,7 +346,7 @@ static int hf_cmip_T_daysOfWeek_friday = -1;
static int hf_cmip_T_daysOfWeek_saturday = -1;
/*--- End of included file: packet-cmip-hf.c ---*/
-#line 62 "packet-cmip-template.c"
+#line 61 "packet-cmip-template.c"
/* Initialize the subtree pointers */
static gint ett_cmip = -1;
@@ -477,7 +476,7 @@ static gint ett_cmip_T_modificationList = -1;
static gint ett_cmip_T_modificationList_item = -1;
/*--- End of included file: packet-cmip-ett.c ---*/
-#line 66 "packet-cmip-template.c"
+#line 65 "packet-cmip-template.c"
static guint32 opcode;
@@ -533,7 +532,7 @@ static const value_string cmip_error_code_vals[] = {
/*--- End of included file: packet-cmip-table.c ---*/
-#line 70 "packet-cmip-template.c"
+#line 69 "packet-cmip-template.c"
static int opcode_type;
#define OPCODE_INVOKE 1
@@ -644,7 +643,7 @@ static const char *objectclass_identifier_id;
#define noInvokeId NULL
/*--- End of included file: packet-cmip-val.h ---*/
-#line 92 "packet-cmip-template.c"
+#line 91 "packet-cmip-template.c"
/*--- Included file: packet-cmip-fn.c ---*/
#line 1 "packet-cmip-fn.c"
@@ -4367,7 +4366,7 @@ static void dissect_WeekMask_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
/*--- End of included file: packet-cmip-fn.c ---*/
-#line 93 "packet-cmip-template.c"
+#line 92 "packet-cmip-template.c"
@@ -5566,7 +5565,7 @@ void proto_register_cmip(void) {
NULL, HFILL }},
/*--- End of included file: packet-cmip-hfarr.c ---*/
-#line 187 "packet-cmip-template.c"
+#line 186 "packet-cmip-template.c"
};
/* List of subtrees */
@@ -5698,7 +5697,7 @@ void proto_register_cmip(void) {
&ett_cmip_T_modificationList_item,
/*--- End of included file: packet-cmip-ettarr.c ---*/
-#line 193 "packet-cmip-template.c"
+#line 192 "packet-cmip-template.c"
};
/* Register protocol */
@@ -5783,7 +5782,7 @@ void proto_register_cmip(void) {
/*--- End of included file: packet-cmip-dis-tab.c ---*/
-#line 202 "packet-cmip-template.c"
+#line 201 "packet-cmip-template.c"
oid_add_from_string("discriminatorId(1)","2.9.3.2.7.1");
}