aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/rtse
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/rtse
parent8bb127d1c1a97aa10b755c9a83488b4aa3b7a5dd (diff)
Ethereal -> Wireshark
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
Diffstat (limited to 'asn1/rtse')
-rw-r--r--asn1/rtse/packet-rtse-template.c2
-rw-r--r--asn1/rtse/rtse-exp.cnf9
-rw-r--r--asn1/rtse/rtse.asn6
-rw-r--r--asn1/rtse/rtse.cnf2
4 files changed, 14 insertions, 5 deletions
diff --git a/asn1/rtse/packet-rtse-template.c b/asn1/rtse/packet-rtse-template.c
index 0bbd504ea3..7ce9e0aabf 100644
--- a/asn1/rtse/packet-rtse-template.c
+++ b/asn1/rtse/packet-rtse-template.c
@@ -105,7 +105,7 @@ call_rtse_oid_callback(const char *oid, tvbuff_t *tvb, int offset, packet_info *
proto_item *item=NULL;
proto_tree *next_tree=NULL;
- item=proto_tree_add_text(tree, next_tvb, 0, tvb_length_remaining(tvb, offset), "RTSE: 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), "RTSE: 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_rtse_unknown);
}
diff --git a/asn1/rtse/rtse-exp.cnf b/asn1/rtse/rtse-exp.cnf
index 6609bbd417..6ec60d7eb5 100644
--- a/asn1/rtse/rtse-exp.cnf
+++ b/asn1/rtse/rtse-exp.cnf
@@ -1,3 +1,12 @@
+# Do not modify this file.
+# It is created automatically by the ASN.1 to Wireshark dissector compiler
+# .\rtse-exp.cnf
+# ../../tools/asn2wrs.py -b -e -p rtse -c rtse.cnf -s packet-rtse-template rtse.asn
+
+#.MODULE
+Reliable-Transfer-APDU rtse
+#.END
+
#.IMPORT_TAG
RTORQapdu BER_CLASS_UNI BER_UNI_TAG_SET
RTOACapdu BER_CLASS_UNI BER_UNI_TAG_SET
diff --git a/asn1/rtse/rtse.asn b/asn1/rtse/rtse.asn
index 1782b8d07a..453e27ae0d 100644
--- a/asn1/rtse/rtse.asn
+++ b/asn1/rtse/rtse.asn
@@ -1,6 +1,6 @@
-- RTSE definition from
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x228/1988/Reliable-Transfer-APDU.html
--- and modified to pass through ASN2ETH
+-- and modified to pass through asn2wrs
--
--
-- Module Reliable-Transfer-APDU (X.228:11/1988)
@@ -139,9 +139,9 @@ AbortReason ::= INTEGER {
-- I can't use the ACSE External as it dispatches out of the
-- ber_callbacks and I want to dispatch out of the rtse_callbacks
--- Workaround for bug in ASN2ETH in the .cnf file
+-- Workaround for bug in asn2wrs in the .cnf file
-- to handle the lack of support for tagged assignments.
--- remove that workaround once asn2eth learns how to handle
+-- remove that workaround once asn2wrs learns how to handle
-- tagged assignments.
EXTERNAL ::= [UNIVERSAL 8] IMPLICIT SEQUENCE
{
diff --git a/asn1/rtse/rtse.cnf b/asn1/rtse/rtse.cnf
index 8ba90ffed0..d36713f49a 100644
--- a/asn1/rtse/rtse.cnf
+++ b/asn1/rtse/rtse.cnf
@@ -100,7 +100,7 @@ EXTERNAL
guint32 len1;
if(!implicit_tag) {
- /* XXX asn2eth can not yet handle tagged assignment so for the
+ /* XXX asn2wrs can not yet handle tagged assignment so for the
* time being just remove this tag manually inside the EXTERNAL
* dissector.
*/