aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h283.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-h283.c
parentbd725b667d4dff355af88c4f98994afb3c79cdb2 (diff)
#include <string.h> and/or #include <stdio.h> not needed.
svn path=/trunk/; revision=32417
Diffstat (limited to 'epan/dissectors/packet-h283.c')
-rw-r--r--epan/dissectors/packet-h283.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/epan/dissectors/packet-h283.c b/epan/dissectors/packet-h283.c
index 9acf91ac3f..76419c7ffc 100644
--- a/epan/dissectors/packet-h283.c
+++ b/epan/dissectors/packet-h283.c
@@ -40,8 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-per.h"
#define PNAME "H.283 Logical Channel Transport"
@@ -87,7 +85,7 @@ static int hf_h283_deviceListResp = -1; /* T_deviceListResp */
static int hf_h283_deviceChange = -1; /* NULL */
/*--- End of included file: packet-h283-hf.c ---*/
-#line 46 "packet-h283-template.c"
+#line 44 "packet-h283-template.c"
/* Initialize the subtree pointers */
static int ett_h283 = -1;
@@ -110,7 +108,7 @@ static gint ett_h283_LCTIndication = -1;
static gint ett_h283_NonStandardMessage = -1;
/*--- End of included file: packet-h283-ett.c ---*/
-#line 50 "packet-h283-template.c"
+#line 48 "packet-h283-template.c"
/* Subdissectors */
static dissector_handle_t rdc_pdu_handle;
@@ -568,7 +566,7 @@ static int dissect_LCTPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
/*--- End of included file: packet-h283-fn.c ---*/
-#line 59 "packet-h283-template.c"
+#line 57 "packet-h283-template.c"
static int
dissect_h283_udp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -724,7 +722,7 @@ void proto_register_h283(void) {
"h283.NULL", HFILL }},
/*--- End of included file: packet-h283-hfarr.c ---*/
-#line 82 "packet-h283-template.c"
+#line 80 "packet-h283-template.c"
};
/* List of subtrees */
@@ -749,7 +747,7 @@ void proto_register_h283(void) {
&ett_h283_NonStandardMessage,
/*--- End of included file: packet-h283-ettarr.c ---*/
-#line 88 "packet-h283-template.c"
+#line 86 "packet-h283-template.c"
};
/* Register protocol */