aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/mms
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/mms
parent8bb127d1c1a97aa10b755c9a83488b4aa3b7a5dd (diff)
Ethereal -> Wireshark
asn2eth -> asn2wrs svn path=/trunk/; revision=18214
Diffstat (limited to 'asn1/mms')
-rw-r--r--asn1/mms/mms-exp.cnf9
-rw-r--r--asn1/mms/mms.asn4
2 files changed, 11 insertions, 2 deletions
diff --git a/asn1/mms/mms-exp.cnf b/asn1/mms/mms-exp.cnf
index 6d1be09b4e..9dc0cf51d2 100644
--- a/asn1/mms/mms-exp.cnf
+++ b/asn1/mms/mms-exp.cnf
@@ -1,3 +1,12 @@
+# Do not modify this file.
+# It is created automatically by the ASN.1 to Wireshark dissector compiler
+# .\mms-exp.cnf
+# ../../tools/asn2wrs.py -b -e -p mms -c mms.cnf -s packet-mms-template mms.asn
+
+#.MODULE
+MMS mms
+#.END
+
#.IMPORT_TAG
MMSpdu BER_CLASS_ANY/*choice*/ -1/*choice*/
#.END
diff --git a/asn1/mms/mms.asn b/asn1/mms/mms.asn
index d6ba3a3402..05ecd010e7 100644
--- a/asn1/mms/mms.asn
+++ b/asn1/mms/mms.asn
@@ -6,7 +6,7 @@
--Corrections made July 2, 1994
--
--
--- Modified to pass ASN2ETH
+-- Modified to pass asn2wrs
MMS { iso standard 9506 part(2) mms-general-module-version(2) }
@@ -1391,7 +1391,7 @@ Data ::= CHOICE
integer [5] IMPLICIT INTEGER,
unsigned [6] IMPLICIT INTEGER,
floating-point [7] IMPLICIT FloatingPoint,
--- XXX asn2eth and packet-ber can not handle REAL yet
+-- XXX asn2wrs and packet-ber can not handle REAL yet
-- real [8] IMPLICIT REAL,
octet-string [9] IMPLICIT OCTET STRING,
visible-string [10] IMPLICIT VisibleString,