summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-t125.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-t125.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
downloadwireshark-f8b92f8d0b6e717f787f988b838781b775b9ee50.tar.gz
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-t125.c')
-rw-r--r--epan/dissectors/packet-t125.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-t125.c b/epan/dissectors/packet-t125.c
index 347e78a98a..12a0bce617 100644
--- a/epan/dissectors/packet-t125.c
+++ b/epan/dissectors/packet-t125.c
@@ -39,7 +39,6 @@
#include <glib.h>
#include <epan/packet.h>
-#include <stdio.h>
#include <string.h>
#include <epan/asn1.h>
@@ -174,7 +173,7 @@ static int hf_t125_Segmentation_begin = -1;
static int hf_t125_Segmentation_end = -1;
/*--- End of included file: packet-t125-hf.c ---*/
-#line 48 "packet-t125-template.c"
+#line 47 "packet-t125-template.c"
/* Initialize the subtree pointers */
static int ett_t125 = -1;
@@ -250,7 +249,7 @@ static gint ett_t125_ConnectMCSPDU = -1;
static gint ett_t125_DomainMCSPDU = -1;
/*--- End of included file: packet-t125-ett.c ---*/
-#line 52 "packet-t125-template.c"
+#line 51 "packet-t125-template.c"
/*--- Included file: packet-t125-fn.c ---*/
@@ -2123,7 +2122,7 @@ static int dissect_ConnectMCSPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_,
/*--- End of included file: packet-t125-fn.c ---*/
-#line 54 "packet-t125-template.c"
+#line 53 "packet-t125-template.c"
static int
dissect_t125(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *parent_tree)
@@ -2627,7 +2626,7 @@ void proto_register_t125(void) {
NULL, HFILL }},
/*--- End of included file: packet-t125-hfarr.c ---*/
-#line 89 "packet-t125-template.c"
+#line 88 "packet-t125-template.c"
};
/* List of subtrees */
@@ -2705,7 +2704,7 @@ void proto_register_t125(void) {
&ett_t125_DomainMCSPDU,
/*--- End of included file: packet-t125-ettarr.c ---*/
-#line 95 "packet-t125-template.c"
+#line 94 "packet-t125-template.c"
};
/* Register protocol */