summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-h460.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-h460.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
downloadwireshark-f8b92f8d0b6e717f787f988b838781b775b9ee50.tar.gz
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-h460.c')
-rw-r--r--epan/dissectors/packet-h460.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h460.c b/epan/dissectors/packet-h460.c
index 0abcee200e..9968a4c737 100644
--- a/epan/dissectors/packet-h460.c
+++ b/epan/dissectors/packet-h460.c
@@ -40,7 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-per.h"
@@ -259,7 +258,7 @@ static int hf_h460_21_capability = -1; /* Capability */
static int hf_h460_21_sourceAddress = -1; /* UnicastAddress */
/*--- End of included file: packet-h460-hf.c ---*/
-#line 50 "packet-h460-template.c"
+#line 49 "packet-h460-template.c"
/* Initialize the subtree pointers */
@@ -356,7 +355,7 @@ static gint ett_h460_21_SEQUENCE_SIZE_1_256_OF_Capability = -1;
static gint ett_h460_21_TransmitCapabilities = -1;
/*--- End of included file: packet-h460-ett.c ---*/
-#line 53 "packet-h460-template.c"
+#line 52 "packet-h460-template.c"
/* Subdissectors */
static dissector_handle_t q931_ie_handle = NULL;
@@ -1967,7 +1966,7 @@ static int dissect_h460_21_CapabilityAdvertisement_PDU(tvbuff_t *tvb _U_, packet
/*--- End of included file: packet-h460-fn.c ---*/
-#line 59 "packet-h460-template.c"
+#line 58 "packet-h460-template.c"
static int
dissect_ies(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) {
@@ -2872,7 +2871,7 @@ void proto_register_h460(void) {
"h245.UnicastAddress", HFILL }},
/*--- End of included file: packet-h460-hfarr.c ---*/
-#line 249 "packet-h460-template.c"
+#line 248 "packet-h460-template.c"
};
/* List of subtrees */
@@ -2971,7 +2970,7 @@ void proto_register_h460(void) {
&ett_h460_21_TransmitCapabilities,
/*--- End of included file: packet-h460-ettarr.c ---*/
-#line 254 "packet-h460-template.c"
+#line 253 "packet-h460-template.c"
};
/* Register protocol */