aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/dap
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-05-03 11:37:47 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-05-03 11:37:47 +0000
commita70a1b3eb639474aa5ea132f7ef2e9d1129ddc39 (patch)
tree27c36f52c7ad89356ebd904cc2406a3a08bb5e97 /asn1/dap
parenta2e548266d76e31ae9276ee9b3214e8074eb372d (diff)
EXTERNAL type is handled in asn2wrs now
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
Diffstat (limited to 'asn1/dap')
-rw-r--r--asn1/dap/dap-exp.cnf2
-rw-r--r--asn1/dap/dap.asn4
2 files changed, 3 insertions, 3 deletions
diff --git a/asn1/dap/dap-exp.cnf b/asn1/dap/dap-exp.cnf
index 98539a3205..f767e3351a 100644
--- a/asn1/dap/dap-exp.cnf
+++ b/asn1/dap/dap-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# ./dap-exp.cnf
+# .\dap-exp.cnf
# ../../tools/asn2wrs.py -b -e -p dap -c dap.cnf -s packet-dap-template dap.asn
#.MODULE
diff --git a/asn1/dap/dap.asn b/asn1/dap/dap.asn
index de2dcd2c3b..61e3af7113 100644
--- a/asn1/dap/dap.asn
+++ b/asn1/dap/dap.asn
@@ -75,7 +75,7 @@ IMPORTS
-- SPKM-ERROR, SPKM-REP-TI, SPKM-REQ
-- FROM SpkmGssTokens {iso(1) identified-organization(3) dod(6) internet(1)
-- security(5) mechanisms(5) spkm(1) spkmGssTokens(10)};
- EXTERNAL
+ EXTERNALt
FROM ACSE-1 {joint-iso-itu-t association-control(2) modules(0) acse1(1) version1(1)};
-- Common data types
@@ -301,7 +301,7 @@ DirectoryBindArgument ::= SET {
Credentials ::= CHOICE {
simple [0] SimpleCredentials,
strong [1] StrongCredentials,
- externalProcedure [2] EXTERNAL,
+ externalProcedure [2] EXTERNALt,
spkm [3] SpkmCredentials
}