summaryrefslogtreecommitdiff
path: root/asn1/ftam
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/ftam
parenta2e548266d76e31ae9276ee9b3214e8074eb372d (diff)
downloadwireshark-a70a1b3eb639474aa5ea132f7ef2e9d1129ddc39.tar.gz
EXTERNAL type is handled in asn2wrs now
private implementations were renamed EXTERNAL -> EXTERNALt svn path=/trunk/; revision=21662
Diffstat (limited to 'asn1/ftam')
-rw-r--r--asn1/ftam/ISO8571-FTAM.asn8
-rw-r--r--asn1/ftam/ftam-exp.cnf2
-rw-r--r--asn1/ftam/ftam.cnf2
3 files changed, 6 insertions, 6 deletions
diff --git a/asn1/ftam/ISO8571-FTAM.asn b/asn1/ftam/ISO8571-FTAM.asn
index c57625814d..3a24a09b29 100644
--- a/asn1/ftam/ISO8571-FTAM.asn
+++ b/asn1/ftam/ISO8571-FTAM.asn
@@ -11,7 +11,7 @@ ISO8571-FTAM {iso(1) standard(0) 8571 application-context(1) iso-ftam(1)} DEFINI
BEGIN
IMPORTS
- EXTERNAL
+ EXTERNALt
FROM ACSE-1 {joint-iso-itu-t association-control(2) modules(0) acse1(1) version1(1)};
PDU ::= CHOICE {
@@ -760,7 +760,7 @@ FADU-Identity ::= [APPLICATION 15] CHOICE {
}
-- As defined in ISO 8571-2.
-Node-Name ::= EXTERNAL
+Node-Name ::= EXTERNALt
-- The type to be used for Node-Name is defined in IS08571-FADU.
--
@@ -987,7 +987,7 @@ Private-Use-Attribute ::= CHOICE {
-- This value shall only appear in response PDUs.
abstract-Syntax-not-supported [1] IMPLICIT NULL,
-- Indicates that abstract Syntax is not available.
- actual-values [2] IMPLICIT EXTERNAL
+ actual-values [2] IMPLICIT EXTERNALt
}
Object-Type-Attribute ::= INTEGER {file(0), file-directory(1), reference(2)}
@@ -1594,7 +1594,7 @@ AE-title ::= SEQUENCE {ap AP-title,
-- XXX Bug in asn2wrs that can not handle tagged assignements
-- XXX woraround implemented in teh conformance file
--
-Shared-ASE-Information ::= [APPLICATION 20] IMPLICIT EXTERNAL
+Shared-ASE-Information ::= [APPLICATION 20] IMPLICIT EXTERNALt
--
-- XXX Bug in asn2wrs that can not handle tagged assignements
diff --git a/asn1/ftam/ftam-exp.cnf b/asn1/ftam/ftam-exp.cnf
index 30e21a7f23..bcf2635805 100644
--- a/asn1/ftam/ftam-exp.cnf
+++ b/asn1/ftam/ftam-exp.cnf
@@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
-# ./ftam-exp.cnf
+# .\ftam-exp.cnf
# ../../tools/asn2wrs.py -b -e -p ftam -c ftam.cnf -s packet-ftam-template ISO8571-FTAM.asn
#.MODULE
diff --git a/asn1/ftam/ftam.cnf b/asn1/ftam/ftam.cnf
index 2ea870f35e..37330bbd9f 100644
--- a/asn1/ftam/ftam.cnf
+++ b/asn1/ftam/ftam.cnf
@@ -610,7 +610,7 @@ Legal-Qualification-Attribute/actual-values actual_values9
offset = get_ber_identifier(tvb, offset, &class, &pc, &tag);
offset = get_ber_length(tree, tvb, offset, &len1, &ind_field);
}
- offset = dissect_acse_EXTERNAL(TRUE, tvb, offset, pinfo, tree, hf_index);
+ offset = dissect_acse_EXTERNALt(TRUE, tvb, offset, pinfo, tree, hf_index);
#.FN_BODY Attribute-Value-Assertions
gint8 class;