aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h235.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-04-06 17:01:14 +0000
committerBill Meier <wmeier@newsguy.com>2010-04-06 17:01:14 +0000
commitf8b92f8d0b6e717f787f988b838781b775b9ee50 (patch)
tree359e3a3d95eeca6bdb24e0c7470d16982b966d28 /epan/dissectors/packet-h235.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-h235.c')
-rw-r--r--epan/dissectors/packet-h235.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h235.c b/epan/dissectors/packet-h235.c
index 1d3109224d..48953f94e1 100644
--- a/epan/dissectors/packet-h235.c
+++ b/epan/dissectors/packet-h235.c
@@ -40,7 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-per.h"
@@ -167,7 +166,7 @@ static int hf_h235_fecBeforeSrtp = -1; /* NULL */
static int hf_h235_fecAfterSrtp = -1; /* NULL */
/*--- End of included file: packet-h235-hf.c ---*/
-#line 57 "packet-h235-template.c"
+#line 56 "packet-h235-template.c"
/* Initialize the subtree pointers */
@@ -207,7 +206,7 @@ static gint ett_h235_SEQUENCE_OF_GenericData = -1;
static gint ett_h235_FecOrder = -1;
/*--- End of included file: packet-h235-ett.c ---*/
-#line 60 "packet-h235-template.c"
+#line 59 "packet-h235-template.c"
static int
@@ -1053,7 +1052,7 @@ static int dissect_SrtpCryptoCapability_PDU(tvbuff_t *tvb _U_, packet_info *pinf
/*--- End of included file: packet-h235-fn.c ---*/
-#line 69 "packet-h235-template.c"
+#line 68 "packet-h235-template.c"
/*--- proto_register_h235 ----------------------------------------------*/
@@ -1470,7 +1469,7 @@ void proto_register_h235(void) {
"h235.NULL", HFILL }},
/*--- End of included file: packet-h235-hfarr.c ---*/
-#line 77 "packet-h235-template.c"
+#line 76 "packet-h235-template.c"
};
/* List of subtrees */
@@ -1512,7 +1511,7 @@ void proto_register_h235(void) {
&ett_h235_FecOrder,
/*--- End of included file: packet-h235-ettarr.c ---*/
-#line 82 "packet-h235-template.c"
+#line 81 "packet-h235-template.c"
};
/* Register protocol */