aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ros.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-01-27 14:54:48 +0000
committerBill Meier <wmeier@newsguy.com>2010-01-27 14:54:48 +0000
commit723533dbe4bf223a913ae454dd667ec678b2d8a8 (patch)
treeb087aface9949749db92dfc43b0d5cf7ccd75cda /epan/dissectors/packet-ros.c
parentc8e3f1a5972d643f39b941e233c35f29a5cdf575 (diff)
Remove a check_col() in asn1 template file (SVN #31519 did only the generated file).
svn path=/trunk/; revision=31697
Diffstat (limited to 'epan/dissectors/packet-ros.c')
-rw-r--r--epan/dissectors/packet-ros.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-ros.c b/epan/dissectors/packet-ros.c
index 0ab84550f2..8218aa4d25 100644
--- a/epan/dissectors/packet-ros.c
+++ b/epan/dissectors/packet-ros.c
@@ -209,7 +209,7 @@ static gboolean ros_try_string(const char *oid, tvbuff_t *tvb, packet_info *pinf
ros_tree = proto_item_add_subtree(item, *(rinfo->ett_proto));
}
- col_set_str(pinfo->cinfo, COL_PROTOCOL, rinfo->name);
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, rinfo->name);
/* if this is a bind operation */
if((session->ros_op & ROS_OP_TYPE_MASK) == ROS_OP_BIND) {
@@ -998,7 +998,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 375 "packet-ros-template.c"
+#line 374 "packet-ros-template.c"
/*
* Dissect ROS PDUs inside a PPDU.
@@ -1245,7 +1245,7 @@ void proto_register_ros(void) {
"ros.OBJECT_IDENTIFIER", HFILL }},
/*--- End of included file: packet-ros-hfarr.c ---*/
-#line 509 "packet-ros-template.c"
+#line 508 "packet-ros-template.c"
};
/* List of subtrees */
@@ -1266,7 +1266,7 @@ void proto_register_ros(void) {
&ett_ros_Code,
/*--- End of included file: packet-ros-ettarr.c ---*/
-#line 516 "packet-ros-template.c"
+#line 515 "packet-ros-template.c"
};
/* Register protocol */