aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h225.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-h225.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-h225.c')
-rw-r--r--epan/dissectors/packet-h225.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h225.c b/epan/dissectors/packet-h225.c
index bb1ac24a88..0f2b23e6e2 100644
--- a/epan/dissectors/packet-h225.c
+++ b/epan/dissectors/packet-h225.c
@@ -48,7 +48,6 @@
#include <epan/packet.h>
#include <epan/conversation.h>
-#include <stdio.h>
#include <string.h>
#include <epan/prefs.h>
@@ -884,7 +883,7 @@ static int hf_h225_stopped = -1; /* NULL */
static int hf_h225_notAvailable = -1; /* NULL */
/*--- End of included file: packet-h225-hf.c ---*/
-#line 110 "packet-h225-template.c"
+#line 109 "packet-h225-template.c"
/* Initialize the subtree pointers */
static gint ett_h225 = -1;
@@ -1131,7 +1130,7 @@ static gint ett_h225_ServiceControlResponse = -1;
static gint ett_h225_T_result = -1;
/*--- End of included file: packet-h225-ett.c ---*/
-#line 114 "packet-h225-template.c"
+#line 113 "packet-h225-template.c"
/* Preferences */
static guint h225_tls_port = TLS_PORT_CS;
@@ -7463,7 +7462,7 @@ static int dissect_RasMessage_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, pro
/*--- End of included file: packet-h225-fn.c ---*/
-#line 138 "packet-h225-template.c"
+#line 137 "packet-h225-template.c"
/* Forward declaration we need below */
@@ -10625,7 +10624,7 @@ void proto_register_h225(void) {
"h225.NULL", HFILL }},
/*--- End of included file: packet-h225-hfarr.c ---*/
-#line 235 "packet-h225-template.c"
+#line 234 "packet-h225-template.c"
};
/* List of subtrees */
@@ -10874,7 +10873,7 @@ void proto_register_h225(void) {
&ett_h225_T_result,
/*--- End of included file: packet-h225-ettarr.c ---*/
-#line 241 "packet-h225-template.c"
+#line 240 "packet-h225-template.c"
};
module_t *h225_module;