summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-cmip.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-07 16:54:29 +0000
commit9ade30a7b1683f247ae2fb40cecd07e745d0cb6c (patch)
treefc7077cfdf576673863c1af98e0381262faeb905 /epan/dissectors/packet-cmip.c
parentbd725b667d4dff355af88c4f98994afb3c79cdb2 (diff)
downloadwireshark-9ade30a7b1683f247ae2fb40cecd07e745d0cb6c.tar.gz
#include <string.h> and/or #include <stdio.h> not needed.
svn path=/trunk/; revision=32417
Diffstat (limited to 'epan/dissectors/packet-cmip.c')
-rw-r--r--epan/dissectors/packet-cmip.c18
1 files changed, 8 insertions, 10 deletions
diff --git a/epan/dissectors/packet-cmip.c b/epan/dissectors/packet-cmip.c
index a374d5e1aa..9d1a5e44b2 100644
--- a/epan/dissectors/packet-cmip.c
+++ b/epan/dissectors/packet-cmip.c
@@ -40,8 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-acse.h"
#include "packet-x509if.h"
@@ -346,7 +344,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 61 "packet-cmip-template.c"
+#line 59 "packet-cmip-template.c"
/* Initialize the subtree pointers */
static gint ett_cmip = -1;
@@ -476,7 +474,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 65 "packet-cmip-template.c"
+#line 63 "packet-cmip-template.c"
static guint32 opcode;
@@ -532,7 +530,7 @@ static const value_string cmip_error_code_vals[] = {
/*--- End of included file: packet-cmip-table.c ---*/
-#line 69 "packet-cmip-template.c"
+#line 67 "packet-cmip-template.c"
static int opcode_type;
#define OPCODE_INVOKE 1
@@ -643,7 +641,7 @@ static const char *objectclass_identifier_id;
#define noInvokeId NULL
/*--- End of included file: packet-cmip-val.h ---*/
-#line 91 "packet-cmip-template.c"
+#line 89 "packet-cmip-template.c"
/*--- Included file: packet-cmip-fn.c ---*/
#line 1 "packet-cmip-fn.c"
@@ -4366,7 +4364,7 @@ static void dissect_WeekMask_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, prot
/*--- End of included file: packet-cmip-fn.c ---*/
-#line 92 "packet-cmip-template.c"
+#line 90 "packet-cmip-template.c"
@@ -5565,7 +5563,7 @@ void proto_register_cmip(void) {
NULL, HFILL }},
/*--- End of included file: packet-cmip-hfarr.c ---*/
-#line 186 "packet-cmip-template.c"
+#line 184 "packet-cmip-template.c"
};
/* List of subtrees */
@@ -5697,7 +5695,7 @@ void proto_register_cmip(void) {
&ett_cmip_T_modificationList_item,
/*--- End of included file: packet-cmip-ettarr.c ---*/
-#line 192 "packet-cmip-template.c"
+#line 190 "packet-cmip-template.c"
};
/* Register protocol */
@@ -5782,7 +5780,7 @@ void proto_register_cmip(void) {
/*--- End of included file: packet-cmip-dis-tab.c ---*/
-#line 201 "packet-cmip-template.c"
+#line 199 "packet-cmip-template.c"
oid_add_from_string("discriminatorId(1)","2.9.3.2.7.1");
}