aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-disp.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-disp.c
parentbd725b667d4dff355af88c4f98994afb3c79cdb2 (diff)
#include <string.h> and/or #include <stdio.h> not needed.
svn path=/trunk/; revision=32417
Diffstat (limited to 'epan/dissectors/packet-disp.c')
-rw-r--r--epan/dissectors/packet-disp.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/epan/dissectors/packet-disp.c b/epan/dissectors/packet-disp.c
index ac9aa436b7..f7b4aa8633 100644
--- a/epan/dissectors/packet-disp.c
+++ b/epan/dissectors/packet-disp.c
@@ -41,8 +41,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-ber.h"
#include "packet-acse.h"
#include "packet-ros.h"
@@ -187,7 +185,7 @@ static int hf_disp_signedShadowError = -1; /* T_signedShadowError */
static int hf_disp_shadowError = -1; /* ShadowErrorData */
/*--- End of included file: packet-disp-hf.c ---*/
-#line 71 "packet-disp-template.c"
+#line 69 "packet-disp-template.c"
/* Initialize the subtree pointers */
static gint ett_disp = -1;
@@ -250,7 +248,7 @@ static gint ett_disp_ShadowError = -1;
static gint ett_disp_T_signedShadowError = -1;
/*--- End of included file: packet-disp-ett.c ---*/
-#line 75 "packet-disp-template.c"
+#line 73 "packet-disp-template.c"
/*--- Included file: packet-disp-fn.c ---*/
@@ -1500,7 +1498,7 @@ static void dissect_ShadowingAgreementInfo_PDU(tvbuff_t *tvb _U_, packet_info *p
/*--- End of included file: packet-disp-fn.c ---*/
-#line 77 "packet-disp-template.c"
+#line 75 "packet-disp-template.c"
/*
* Dissect DISP PDUs inside a ROS PDUs
@@ -2061,7 +2059,7 @@ void proto_register_disp(void) {
"disp.ShadowErrorData", HFILL }},
/*--- End of included file: packet-disp-hfarr.c ---*/
-#line 205 "packet-disp-template.c"
+#line 203 "packet-disp-template.c"
};
/* List of subtrees */
@@ -2126,7 +2124,7 @@ void proto_register_disp(void) {
&ett_disp_T_signedShadowError,
/*--- End of included file: packet-disp-ettarr.c ---*/
-#line 211 "packet-disp-template.c"
+#line 209 "packet-disp-template.c"
};
module_t *disp_module;
@@ -2165,7 +2163,7 @@ void proto_reg_handoff_disp(void) {
/*--- End of included file: packet-disp-dis-tab.c ---*/
-#line 239 "packet-disp-template.c"
+#line 237 "packet-disp-template.c"
/* APPLICATION CONTEXT */