aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h282.c
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 17:01:14 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2010-04-06 17:01:14 +0000
commite792d7ccedfb93e924f0d5369b307c0737e4ca3f (patch)
tree359e3a3d95eeca6bdb24e0c7470d16982b966d28 /epan/dissectors/packet-h282.c
parent6887130562bc2fa7e7d8f67f5d3f9082a0a4ae7b (diff)
#include <stdio.h> not needed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32405 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h282.c')
-rw-r--r--epan/dissectors/packet-h282.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-h282.c b/epan/dissectors/packet-h282.c
index 52109cd227..a5d804210a 100644
--- a/epan/dissectors/packet-h282.c
+++ b/epan/dissectors/packet-h282.c
@@ -40,7 +40,6 @@
#include <epan/oids.h>
#include <epan/asn1.h>
-#include <stdio.h>
#include <string.h>
#include "packet-per.h"
@@ -489,7 +488,7 @@ static int hf_h282_deviceEventNotifyIndication = -1; /* DeviceEventNotifyIndica
static int hf_h282_nonStandardIndication = -1; /* NonStandardPDU */
/*--- End of included file: packet-h282-hf.c ---*/
-#line 47 "packet-h282-template.c"
+#line 46 "packet-h282-template.c"
/* Initialize the subtree pointers */
static int ett_h282 = -1;
@@ -641,7 +640,7 @@ static gint ett_h282_ResponsePDU = -1;
static gint ett_h282_IndicationPDU = -1;
/*--- End of included file: packet-h282-ett.c ---*/
-#line 51 "packet-h282-template.c"
+#line 50 "packet-h282-template.c"
/* Dissectors */
@@ -4400,7 +4399,7 @@ static int dissect_RDCPDU_PDU(tvbuff_t *tvb _U_, packet_info *pinfo _U_, proto_t
/*--- End of included file: packet-h282-fn.c ---*/
-#line 57 "packet-h282-template.c"
+#line 56 "packet-h282-template.c"
static int
dissect_h282(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
@@ -6158,7 +6157,7 @@ void proto_register_h282(void) {
"h282.NonStandardPDU", HFILL }},
/*--- End of included file: packet-h282-hfarr.c ---*/
-#line 78 "packet-h282-template.c"
+#line 77 "packet-h282-template.c"
};
/* List of subtrees */
@@ -6312,7 +6311,7 @@ void proto_register_h282(void) {
&ett_h282_IndicationPDU,
/*--- End of included file: packet-h282-ettarr.c ---*/
-#line 84 "packet-h282-template.c"
+#line 83 "packet-h282-template.c"
};
/* Register protocol */