aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/ros')
-rw-r--r--asn1/ros/packet-ros-template.c2
-rw-r--r--asn1/ros/ros-exp.cnf9
2 files changed, 10 insertions, 1 deletions
diff --git a/asn1/ros/packet-ros-template.c b/asn1/ros/packet-ros-template.c
index f363aabf38..9ec29dacaa 100644
--- a/asn1/ros/packet-ros-template.c
+++ b/asn1/ros/packet-ros-template.c
@@ -106,7 +106,7 @@ call_ros_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *p
proto_item *item=NULL;
proto_tree *next_tree=NULL;
- item=proto_tree_add_text(tree, next_tvb, 0, tvb_length_remaining(tvb, offset), "ROS: Dissector for OID:%s not implemented. Contact Ethereal developers if you want this supported", oid);
+ item=proto_tree_add_text(tree, next_tvb, 0, tvb_length_remaining(tvb, offset), "ROS: Dissector for OID:%s not implemented. Contact Wireshark developers if you want this supported", oid);
if(item){
next_tree=proto_item_add_subtree(item, ett_ros_unknown);
}
diff --git a/asn1/ros/ros-exp.cnf b/asn1/ros/ros-exp.cnf
index 7dab68a242..599fdf283b 100644
--- a/asn1/ros/ros-exp.cnf
+++ b/asn1/ros/ros-exp.cnf
@@ -1,3 +1,12 @@
+# Do not modify this file.
+# It is created automatically by the ASN.1 to Wireshark dissector compiler
+# .\ros-exp.cnf
+# ../../tools/asn2wrs.py -b -e -p ros -c ros.cnf -s packet-ros-template ros.asn
+
+#.MODULE
+Remote-Operations-Generic-ROS-PDUs ros
+#.END
+
#.IMPORT_TAG
InvokeId BER_CLASS_ANY/*choice*/ -1/*choice*/
Code BER_CLASS_ANY/*choice*/ -1/*choice*/