aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-07 16:54:29 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-07 16:54:29 +0000
commit6047174dce5c8b399a00e70ea4755278a2b422f9 (patch)
treefc7077cfdf576673863c1af98e0381262faeb905 /epan/dissectors/packet-h235.c
parentd6666c6d406a9a9d8cabf5185a379336b9e46e1c (diff)
#include <string.h> and/or #include <stdio.h> not needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32417 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c12
1 files changed, 5 insertions, 7 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index 48953f94e1..44fb5c077b 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -40,8 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <string.h>
-
#include "packet-per.h"
#include "packet-h235.h"
#include "packet-h225.h"
@@ -166,7 +164,7 @@ static int hf_h235_fecBeforeSrtp = -1; /* NULL */
static int hf_h235_fecAfterSrtp = -1; /* NULL */
/*--- End of included file: packet-h235-hf.c ---*/
-#line 56 "packet-h235-template.c"
+#line 54 "packet-h235-template.c"
/* Initialize the subtree pointers */
@@ -206,7 +204,7 @@ static gint ett_h235_SEQUENCE_OF_GenericData = -1;
static gint ett_h235_FecOrder = -1;
/*--- End of included file: packet-h235-ett.c ---*/
-#line 59 "packet-h235-template.c"
+#line 57 "packet-h235-template.c"
static int
@@ -1052,7 +1050,7 @@ static int dissect_SrtpCryptoCapability_PDU(tvbuff_t *tvb _U_, packet_info *pinf
/*--- End of included file: packet-h235-fn.c ---*/
-#line 68 "packet-h235-template.c"
+#line 66 "packet-h235-template.c"
/*--- proto_register_h235 ----------------------------------------------*/
@@ -1469,7 +1467,7 @@ void proto_register_h235(void) {
"h235.NULL", HFILL }},
/*--- End of included file: packet-h235-hfarr.c ---*/
-#line 76 "packet-h235-template.c"
+#line 74 "packet-h235-template.c"
};
/* List of subtrees */
@@ -1511,7 +1509,7 @@ void proto_register_h235(void) {
&ett_h235_FecOrder,
/*--- End of included file: packet-h235-ettarr.c ---*/
-#line 81 "packet-h235-template.c"
+#line 79 "packet-h235-template.c"
};
/* Register protocol */