aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/ros
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2006-05-23 15:17:14 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2006-05-23 15:17:14 +0000
commit55600fb60adbd522e512b278d1da2b88dfa14039 (patch)
treea465a11fa554bd6640bc084ce1421b6569125078 /asn1/ros
parent8bb127d1c1a97aa10b755c9a83488b4aa3b7a5dd (diff)
Ethereal -> Wireshark
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
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*/