summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ros.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-ros.c
parent9e0fbd53bb2fe7c3126b8eb1b3929f334a64bcd7 (diff)
downloadwireshark-f8b92f8d0b6e717f787f988b838781b775b9ee50.tar.gz
#include <stdio.h> not needed.
svn path=/trunk/; revision=32405
Diffstat (limited to 'epan/dissectors/packet-ros.c')
-rw-r--r--epan/dissectors/packet-ros.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/epan/dissectors/packet-ros.c b/epan/dissectors/packet-ros.c
index 835a20a672..4367fd20b0 100644
--- a/epan/dissectors/packet-ros.c
+++ b/epan/dissectors/packet-ros.c
@@ -42,7 +42,6 @@
#include <epan/asn1.h>
#include <epan/expert.h>
-#include <stdio.h>
#include <string.h>
#include "packet-ber.h"
@@ -117,7 +116,7 @@ static int hf_ros_local = -1; /* INTEGER */
static int hf_ros_global = -1; /* OBJECT_IDENTIFIER */
/*--- End of included file: packet-ros-hf.c ---*/
-#line 81 "packet-ros-template.c"
+#line 80 "packet-ros-template.c"
/* Initialize the subtree pointers */
static gint ett_ros = -1;
@@ -135,7 +134,7 @@ static gint ett_ros_InvokeId = -1;
static gint ett_ros_Code = -1;
/*--- End of included file: packet-ros-ett.c ---*/
-#line 85 "packet-ros-template.c"
+#line 84 "packet-ros-template.c"
static dissector_table_t ros_oid_dissector_table=NULL;
@@ -998,7 +997,7 @@ dissect_ros_Code(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, a
/*--- End of included file: packet-ros-fn.c ---*/
-#line 374 "packet-ros-template.c"
+#line 373 "packet-ros-template.c"
/*
* Dissect ROS PDUs inside a PPDU.
@@ -1245,7 +1244,7 @@ void proto_register_ros(void) {
"ros.OBJECT_IDENTIFIER", HFILL }},
/*--- End of included file: packet-ros-hfarr.c ---*/
-#line 508 "packet-ros-template.c"
+#line 507 "packet-ros-template.c"
};
/* List of subtrees */
@@ -1266,7 +1265,7 @@ void proto_register_ros(void) {
&ett_ros_Code,
/*--- End of included file: packet-ros-ettarr.c ---*/
-#line 515 "packet-ros-template.c"
+#line 514 "packet-ros-template.c"
};
/* Register protocol */