EXTERNAL type is handled in asn2wrs now

private implementations were renamed EXTERNAL -> EXTERNALt

svn path=/trunk/; revision=21662
This commit is contained in:
Tomas Kukosa 2007-05-03 11:37:47 +00:00
parent a2e548266d
commit a70a1b3eb6
128 changed files with 499 additions and 491 deletions

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./acse-exp.cnf
# .\acse-exp.cnf
# ../../tools/asn2wrs.py -b -e -p acse -c acse.cnf -s packet-acse-template acse.asn
#.MODULE
@ -8,7 +8,7 @@ ACSE-1 acse
#.END
#.IMPORT_TAG
EXTERNAL BER_CLASS_UNI 8
EXTERNALt BER_CLASS_UNI 8
AP-title BER_CLASS_ANY/*choice*/ -1/*choice*/
AE-qualifier BER_CLASS_ANY/*choice*/ -1/*choice*/
ASO-qualifier BER_CLASS_ANY/*choice*/ -1/*choice*/
@ -17,7 +17,7 @@ AP-invocation-identifier BER_CLASS_UNI BER_UNI_TAG_INTEGER
#.END
#.TYPE_ATTR
EXTERNAL TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
EXTERNALt TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
AP-title TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(acse_AP_title_vals) BITMASK = 0
AE-qualifier TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(acse_ASO_qualifier_vals) BITMASK = 0
ASO-qualifier TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(acse_ASO_qualifier_vals) BITMASK = 0

View File

@ -22,7 +22,7 @@ IMPORTS
-- to handle the lack of support for tagged assignments.
-- remove that workaround once asn2wrs learns how to handle
-- tagged assignments.
EXTERNAL ::= [UNIVERSAL 8] IMPLICIT SEQUENCE
EXTERNALt ::= [UNIVERSAL 8] IMPLICIT SEQUENCE
{
direct-reference OBJECT IDENTIFIER OPTIONAL,
indirect-reference INTEGER OPTIONAL,
@ -367,7 +367,7 @@ Associate-source-diagnostic ::= CHOICE {
User-information ::= Association-data
Association-data ::= SEQUENCE OF EXTERNAL
Association-data ::= SEQUENCE OF EXTERNALt
Simply-encoded-data ::= OCTET STRING
@ -405,7 +405,7 @@ Authentication-value-other ::= SEQUENCE {
Authentication-value ::= CHOICE {
charstring [0] IMPLICIT GraphicString,
bitstring [1] IMPLICIT BIT STRING,
external [2] IMPLICIT EXTERNAL,
external [2] IMPLICIT EXTERNALt,
other
[3] IMPLICIT Authentication-value-other
}

View File

@ -6,7 +6,7 @@
#.INCLUDE ../x509if/x509if-exp.cnf
#.EXPORTS
EXTERNAL
EXTERNALt
AP-title
AP-invocation-identifier
AE-qualifier
@ -37,7 +37,7 @@ AARQ-apdu/aSO-context-name aARQ_aSO_context_name
AARE-apdu/aSO-context-name aARE_aSO_context_name
ACRQ-apdu/aSO-context-name aCRQ_aSO_context_name
#.FN_BODY EXTERNAL
#.FN_BODY EXTERNALt
gint8 class;
gboolean pc, ind_field;
gint32 tag;
@ -52,7 +52,7 @@ ACRQ-apdu/aSO-context-name aCRQ_aSO_context_name
offset = get_ber_length(tree, tvb, offset, &len1, &ind_field);
}
offset = dissect_ber_sequence(TRUE, pinfo, tree, tvb, offset,
EXTERNAL_sequence, hf_index, ett_acse_EXTERNAL);
EXTERNALt_sequence, hf_index, ett_acse_EXTERNALt);
#.FN_PARS Authentication-value-other/other-mechanism-name
FN_VARIANT = _str VAL_PTR = &object_identifier_id
@ -79,7 +79,7 @@ ACRQ-apdu/aSO-context-name aCRQ_aSO_context_name
offset = dissect_ber_object_identifier_str(FALSE, pinfo, tree, tvb, offset,
hf_index, &object_identifier_id);
#.FN_BODY EXTERNAL/indirect-reference
#.FN_BODY EXTERNALt/indirect-reference
char *oid;
offset = dissect_ber_integer(FALSE, pinfo, tree, tvb, offset,
hf_acse_indirect_reference,
@ -93,10 +93,10 @@ ACRQ-apdu/aSO-context-name aCRQ_aSO_context_name
if(session)
session->pres_ctx_id = indir_ref;
#.FN_PARS EXTERNAL/direct-reference
#.FN_PARS EXTERNALt/direct-reference
FN_VARIANT = _str VAL_PTR = &object_identifier_id
#.FN_BODY EXTERNAL/encoding/single-ASN1-type
#.FN_BODY EXTERNALt/encoding/single-ASN1-type
offset=call_ber_oid_callback(object_identifier_id, tvb, offset, pinfo, top_tree ? top_tree : tree);
#.FN_PARS Release-request-reason

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./cdt-exp.cnf
# .\cdt-exp.cnf
# ../../tools/asn2wrs.py -b -e -p cdt -c cdt.cnf -s packet-cdt-template cdt.asn
#.MODULE

View File

@ -7,7 +7,7 @@ BEGIN
IMPORTS
EXTERNAL
EXTERNALt
FROM ACSE-1 {joint-iso-itu-t association-control(2) modules(0) acse1(1) version1(1)};
@ -370,7 +370,7 @@ Scope ::= CHOICE {
CMISSync ::= ENUMERATED {bestEffort(0), atomic(1)}
-- Supporting type definitions
AccessControl ::= EXTERNAL
AccessControl ::= EXTERNALt
GetArgument ::= SEQUENCE {
@ -496,7 +496,7 @@ ROS ::= CHOICE {
-- Information carried in user-information parameter of A-ABORT
CMIPAbortInfo ::= SEQUENCE {
abortSource [0] IMPLICIT CMIPAbortSource,
userInfo [1] EXTERNAL OPTIONAL
userInfo [1] EXTERNALt OPTIONAL
}
CMIPAbortSource ::= ENUMERATED {cmiseServiceUser(0), cmiseServiceProvider(1)}
@ -514,8 +514,8 @@ FunctionalUnits ::= BIT STRING {
CMIPUserInfo ::= SEQUENCE {
protocolVersion [0] IMPLICIT ProtocolVersion OPTIONAL,
functionalUnits [1] IMPLICIT FunctionalUnits OPTIONAL,
accessControl [2] EXTERNAL OPTIONAL,
userInfo [3] EXTERNAL OPTIONAL
accessControl [2] EXTERNALt OPTIONAL,
userInfo [3] EXTERNALt OPTIONAL
}
ProtocolVersion ::= BIT STRING {version1(0), version2(1)}

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./cmip-exp.cnf
# .\cmip-exp.cnf
# ../../tools/asn2wrs.py -b -e -p cmip -c cmip.cnf -s packet-cmip-template CMIP.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./cms-exp.cnf
# .\cms-exp.cnf
# ../../tools/asn2wrs.py -b -e -p cms -c cms.cnf -s packet-cms-template CryptographicMessageSyntax.asn
#.MODULE

View File

@ -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

View File

@ -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
}

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./disp-exp.cnf
# .\disp-exp.cnf
# ../../tools/asn2wrs.py -b -e -p disp -c disp.cnf -s packet-disp-template disp.asn
#.MODULE

View File

@ -47,7 +47,7 @@ IMPORTS
shadowConsumerInitiatedAC, shadowSupplierInitiatedAC
FROM DirectoryInformationShadowProtocol {joint-iso-itu-t ds(5) module(1)
disp(16) 4}
EXTERNAL
EXTERNALt
FROM ACSE-1 {joint-iso-itu-t association-control(2) modules(0) acse1(1) version1(1)}
AlgorithmIdentifier, CertificationPath, ENCRYPTED{}, SIGNATURE{}, SIGNED{}
FROM AuthenticationFramework {joint-iso-itu-t ds(5) module(1)
@ -193,7 +193,7 @@ CoordinateShadowUpdateArgumentData ::=
CHOICE {standard
ENUMERATED {noChanges(0), incremental(1),
total(2)},
other EXTERNAL},
other EXTERNALt},
securityParameters SecurityParameters OPTIONAL} --}
-- expand OPTIONALLY-PROTECTED macro
@ -250,7 +250,7 @@ RequestShadowUpdateArgumentData ::=
lastUpdate Time OPTIONAL,
requestedStrategy
CHOICE {standard ENUMERATED {incremental(1), total(2)},
other EXTERNAL},
other EXTERNALt},
securityParameters SecurityParameters OPTIONAL} --}
-- expand OPTIONALLY-PROTECTED macro
@ -316,7 +316,7 @@ RefreshInformation ::= CHOICE {
noRefresh NULL,
total [0] TotalRefresh,
incremental [1] IncrementalRefresh,
otherStrategy EXTERNAL
otherStrategy EXTERNALt
}
TotalRefresh ::= SEQUENCE {

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./dop-exp.cnf
# .\dop-exp.cnf
# ../../tools/asn2wrs.py -b -e -p dop -c dop.cnf -s packet-dop-template dop.asn
#.MODULE

View File

@ -45,7 +45,7 @@ IMPORTS
Filter
FROM DirectoryAbstractService {joint-iso-itu-t ds(5) module(1)
directoryAbstractService(2) 4}
EXTERNAL
EXTERNALt
FROM ACSE-1 {joint-iso-itu-t association-control(2) modules(0) acse1(1) version1(1)};
-- data types
@ -792,7 +792,7 @@ AuthenticationLevel ::= CHOICE {
SEQUENCE {level ENUMERATED {none(0), simple(1), strong(2)},
localQualifier INTEGER OPTIONAL,
signed BOOLEAN DEFAULT FALSE},
other EXTERNAL
other EXTERNALt
}
GrantsAndDenials ::= BIT STRING {

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./dsp-exp.cnf
# .\dsp-exp.cnf
# ../../tools/asn2wrs.py -b -e -p dsp -c dsp.cnf -s packet-dsp-template dsp.asn
#.MODULE

View File

@ -49,7 +49,7 @@ IMPORTS
ERROR, OPERATION
FROM Remote-Operations-Information-Objects {joint-iso-itu-t
remote-operations(4) informationObjects(5) version1(0)}--;
EXTERNAL
EXTERNALt
FROM ACSE-1 {joint-iso-itu-t association-control(2) modules(0) acse1(1) version1(1)}
AlgorithmIdentifier
FROM AuthenticationFramework {joint-iso-itu-t ds(5) module(1)
@ -471,7 +471,7 @@ AuthenticationLevel ::= CHOICE {
localQualifier INTEGER OPTIONAL,
signed BOOLEAN DEFAULT FALSE
},
other EXTERNAL
other EXTERNALt
}
END -- DistributedOperations

View File

@ -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

View File

@ -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

View File

@ -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;

View File

@ -14,7 +14,7 @@ IMPORTS
--==
FROM ISO8571-FTAM {iso standard 8571 application-context(1) iso-ftam(1)}
-- ACSE definitions of AP-title and AE-qualifier
EXTERNAL,
EXTERNALt,
AE-qualifier, AP-title
--==
FROM ACSE-1 {joint-iso-itu-t association-control(2) modules(0) apdus(0)
@ -57,7 +57,7 @@ FileTransferParameters ::= SEQUENCE {
extensions [5] ExtensionsField OPTIONAL
}
FileTransferData ::= SEQUENCE OF EXTERNAL
FileTransferData ::= SEQUENCE OF EXTERNALt
-- This conveys a sequence of data values representing file contents;
-- The rules for generating this sequence are implied by the value of the contents-type parameter.

View File

@ -17,7 +17,7 @@ BEGIN
EXPORTS MMSpdu;
IMPORTS
EXTERNAL,
EXTERNALt,
AP-title,
AP-invocation-identifier,
AE-qualifier,
@ -836,7 +836,7 @@ DownloadSegment-Response ::= SEQUENCE
{
loadData CHOICE {
non-coded [0] IMPLICIT OCTET STRING,
coded EXTERNAL
coded EXTERNALt
},
moreFollows [1] IMPLICIT BOOLEAN DEFAULT TRUE
}
@ -869,7 +869,7 @@ UploadSegment-Response ::= SEQUENCE
{
loadData CHOICE {
non-coded [0] IMPLICIT OCTET STRING,
coded EXTERNAL
coded EXTERNALt
},
moreFollows [1] IMPLICIT BOOLEAN DEFAULT TRUE
}
@ -995,7 +995,7 @@ Start-Request ::= SEQUENCE
programInvocationName [0] IMPLICIT Identifier,
executionArgument CHOICE {
simpleString [1] IMPLICIT VisibleString,
encodedString EXTERNAL
encodedString EXTERNALt
} OPTIONAL
}
@ -1021,7 +1021,7 @@ Resume-Request ::= SEQUENCE
programInvocationName [0] IMPLICIT Identifier,
executionArgument CHOICE {
simpleString [1] IMPLICIT VisibleString,
encodedString EXTERNAL
encodedString EXTERNALt
} OPTIONAL
}
@ -1063,7 +1063,7 @@ GetProgramInvocationAttributes-Response ::= SEQUENCE
startArgument [5] IMPLICIT VisibleString,
executionArgument CHOICE {
simpleString [1] IMPLICIT VisibleString,
encodedString EXTERNAL
encodedString EXTERNALt
} OPTIONAL
}

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./pkix1explicit-exp.cnf
# .\pkix1explicit-exp.cnf
# ../../tools/asn2wrs.py -e -b -p pkix1explicit -c pkix1explicit.cnf -s packet-pkix1explicit-template PKIX1EXPLICIT93.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./pkix1implicit-exp.cnf
# .\pkix1implicit-exp.cnf
# ../../tools/asn2wrs.py -e -b -p pkix1implicit -c pkix1implicit.cnf -s packet-pkix1implicit-template PKIX1IMPLICIT93.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./cmp-exp.cnf
# .\cmp-exp.cnf
# ../../tools/asn2wrs.py -b -e -p cmp -c cmp.cnf -s packet-cmp-template CMP.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./crmf-exp.cnf
# .\crmf-exp.cnf
# ../../tools/asn2wrs.py -b -e -p crmf -c crmf.cnf -s packet-crmf-template CRMF.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./qsig-exp.cnf
# .\qsig-exp.cnf
# ../../tools/asn2wrs.py -b -T -e -p qsig -c qsig.cnf -s packet-qsig-template qsig-gf-ext.asn qsig-gf-gp.asn qsig-gf-ade.asn qsig-na.asn qsig-cf.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./ros-exp.cnf
# .\ros-exp.cnf
# ../../tools/asn2wrs.py -b -e -p ros -c ros.cnf -s packet-ros-template ros.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./rtse-exp.cnf
# .\rtse-exp.cnf
# ../../tools/asn2wrs.py -b -e -p rtse -c rtse.cnf -s packet-rtse-template rtse.asn
#.MODULE
@ -12,7 +12,7 @@ RTORQapdu BER_CLASS_UNI BER_UNI_TAG_SET
RTOACapdu BER_CLASS_UNI BER_UNI_TAG_SET
RTORJapdu BER_CLASS_UNI BER_UNI_TAG_SET
RTABapdu BER_CLASS_UNI BER_UNI_TAG_SET
EXTERNAL BER_CLASS_UNI 8
EXTERNALt BER_CLASS_UNI 8
#.END
#.TYPE_ATTR
@ -20,6 +20,6 @@ RTORQapdu TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL
RTOACapdu TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
RTORJapdu TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
RTABapdu TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
EXTERNAL TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
EXTERNALt TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0
#.END

View File

@ -143,7 +143,7 @@ AbortReason ::= INTEGER {
-- to handle the lack of support for tagged assignments.
-- remove that workaround once asn2wrs learns how to handle
-- tagged assignments.
EXTERNAL ::= [UNIVERSAL 8] IMPLICIT SEQUENCE
EXTERNALt ::= [UNIVERSAL 8] IMPLICIT SEQUENCE
{
direct-reference OBJECT IDENTIFIER OPTIONAL,
indirect-reference INTEGER OPTIONAL,

View File

@ -3,7 +3,7 @@ RTORQapdu
RTOACapdu
RTORJapdu
RTABapdu
EXTERNAL
EXTERNALt
#.FN_BODY RTORJapdu/userDataRJ
char *oid = NULL;
@ -89,11 +89,11 @@ EXTERNAL
if(session)
session->ros_op = (ROS_OP_INVOKE | ROS_OP_ARGUMENT);
offset = dissect_rtse_EXTERNAL(FALSE, next_tvb, 0, pinfo, tree, -1);
offset = dissect_rtse_EXTERNALt(FALSE, next_tvb, 0, pinfo, tree, -1);
}
#.FN_BODY EXTERNAL
#.FN_BODY EXTERNALt
gint8 class;
gboolean pc, ind_field;
gint32 tag;
@ -109,9 +109,9 @@ EXTERNAL
}
offset = dissect_ber_sequence(TRUE, pinfo, tree, tvb, offset,
EXTERNAL_sequence, hf_index, ett_rtse_EXTERNAL);
EXTERNALt_sequence, hf_index, ett_rtse_EXTERNALt);
#.FN_BODY EXTERNAL/indirect-reference
#.FN_BODY EXTERNALt/indirect-reference
char *oid;
offset = dissect_ber_integer(FALSE, pinfo, tree, tvb, offset,
@ -124,7 +124,7 @@ EXTERNAL
}
#.FN_BODY EXTERNAL/encoding/single-ASN1-type
#.FN_BODY EXTERNALt/encoding/single-ASN1-type
offset=call_rtse_oid_callback(object_identifier_id, tvb, offset, pinfo, top_tree);

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./snmp-exp.cnf
# .\snmp-exp.cnf
# ../../tools/asn2wrs.py -b -e -p snmp -c snmp.cnf -s packet-snmp-template snmp.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./x411-exp.cnf
# .\x411-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x411 -c x411.cnf -s packet-x411-template x411.asn
#.MODULE

View File

@ -76,7 +76,7 @@ IMPORTS
--==
FROM AuthenticationFramework {joint-iso-itu-t ds(5) module(1)
authenticationFramework(7) 3}
EXTERNAL
EXTERNALt
--==
FROM ACSE-1;
@ -2919,7 +2919,7 @@ EncryptionKey ::= BIT STRING
-- IDENTIFIED BY 4
--}
BindTokenEncryptedData ::= EXTERNAL
BindTokenEncryptedData ::= EXTERNALt
-- Security Label
SecurityLabel ::= SET {

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./x420-exp.cnf
# .\x420-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x420 -c x420.cnf -s packet-x420-template x420.asn
#.MODULE

View File

@ -94,7 +94,7 @@ IMPORTS
--==
-- FROM IPMSObjectIdentifiers {joint-iso-itu-t mhs(6) ipms(1) modules(0)
-- object-identifiers(0) version-1999(1)} ; --
EXTERNAL
EXTERNALt
FROM ACSE-1
CertificateAssertion
--==
@ -294,8 +294,8 @@ BodyPart ::= CHOICE {
-- Extended body part
ExtendedBodyPart --{EXTENDED-BODY-PART-TYPE:IPMBodyPartTable}-- ::= SEQUENCE {
parameters [0] EXTERNAL, --INSTANCE OF TYPE-IDENTIFIER OPTIONAL,
data EXTERNAL -- INSTANCE OF TYPE-IDENTIFIER
parameters [0] EXTERNALt, --INSTANCE OF TYPE-IDENTIFIER OPTIONAL,
data EXTERNALt -- INSTANCE OF TYPE-IDENTIFIER
}
--(CONSTRAINED BY { - - must correspond to the &parameters field and &data field of a member of --
-- IPMBodyPartTable})

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./x509af-exp.cnf
# .\x509af-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x509af -c x509af.cnf -s packet-x509af-template AuthenticationFramework.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./x509ce-exp.cnf
# .\x509ce-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./x509if-exp.cnf
# .\x509if-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn
#.MODULE

View File

@ -1,6 +1,6 @@
# Do not modify this file.
# It is created automatically by the ASN.1 to Wireshark dissector compiler
# ./x509sat-exp.cnf
# .\x509sat-exp.cnf
# ../../tools/asn2wrs.py -b -e -p x509sat -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
#.MODULE

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-MAP_DialoguePDU.c */
/* .\packet-MAP_DialoguePDU.c */
/* ../../tools/asn2wrs.py -b -e -p MAP_DialoguePDU -c MAP_DialoguePDU.cnf -s packet-MAP-DialoguePDU-template MAP_DialoguePDU.asn */
/* Input file: packet-MAP-DialoguePDU-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-MAP_DialoguePDU.h */
/* .\packet-MAP_DialoguePDU.h */
/* ../../tools/asn2wrs.py -b -e -p MAP_DialoguePDU -c MAP_DialoguePDU.cnf -s packet-MAP-DialoguePDU-template MAP_DialoguePDU.asn */
/* Input file: packet-MAP-DialoguePDU-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-acp133.c */
/* .\packet-acp133.c */
/* ../../tools/asn2wrs.py -b -e -p acp133 -c acp133.cnf -s packet-acp133-template acp133.asn */
/* Input file: packet-acp133-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-acp133.h */
/* .\packet-acp133.h */
/* ../../tools/asn2wrs.py -b -e -p acp133 -c acp133.cnf -s packet-acp133-template acp133.asn */
/* Input file: packet-acp133-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-acse.c */
/* .\packet-acse.c */
/* ../../tools/asn2wrs.py -b -e -p acse -c acse.cnf -s packet-acse-template acse.asn */
/* Input file: packet-acse-template.c */
@ -160,7 +160,7 @@ static int hf_acse_concrete_syntax_name = -1; /* Concrete_syntax_name */
static int hf_acse_provider_reason = -1; /* T_provider_reason */
static int hf_acse_acse_service_user = -1; /* T_acse_service_user */
static int hf_acse_acse_service_provider = -1; /* T_acse_service_provider */
static int hf_acse_Association_data_item = -1; /* EXTERNAL */
static int hf_acse_Association_data_item = -1; /* EXTERNALt */
static int hf_acse_simply_encoded_data = -1; /* Simply_encoded_data */
static int hf_acse_fully_encoded_data = -1; /* PDV_list */
static int hf_acse_presentation_context_identifier = -1; /* Presentation_context_identifier */
@ -170,7 +170,7 @@ static int hf_acse_other_mechanism_name = -1; /* T_other_mechanism_name */
static int hf_acse_other_mechanism_value = -1; /* T_other_mechanism_value */
static int hf_acse_charstring = -1; /* GraphicString */
static int hf_acse_bitstring = -1; /* BIT_STRING */
static int hf_acse_external = -1; /* EXTERNAL */
static int hf_acse_external = -1; /* EXTERNALt */
static int hf_acse_other = -1; /* Authentication_value_other */
/* named bits */
static int hf_acse_T_AARQ_protocol_version_version1 = -1;
@ -188,7 +188,7 @@ static gint ett_acse = -1;
/*--- Included file: packet-acse-ett.c ---*/
#line 1 "packet-acse-ett.c"
static gint ett_acse_EXTERNAL = -1;
static gint ett_acse_EXTERNALt = -1;
static gint ett_acse_T_encoding = -1;
static gint ett_acse_ACSE_apdu = -1;
static gint ett_acse_AARQ_apdu = -1;
@ -432,7 +432,7 @@ static int dissect_encoding(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff
}
static const ber_sequence_t EXTERNAL_sequence[] = {
static const ber_sequence_t EXTERNALt_sequence[] = {
{ BER_CLASS_UNI, BER_UNI_TAG_OID, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_direct_reference },
{ BER_CLASS_UNI, BER_UNI_TAG_INTEGER, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_indirect_reference },
{ BER_CLASS_UNI, BER_UNI_TAG_ObjectDescriptor, BER_FLAGS_OPTIONAL|BER_FLAGS_NOOWNTAG, dissect_data_value_descriptor },
@ -441,7 +441,7 @@ static const ber_sequence_t EXTERNAL_sequence[] = {
};
int
dissect_acse_EXTERNAL(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {
dissect_acse_EXTERNALt(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {
#line 41 "acse.cnf"
gint8 class;
gboolean pc, ind_field;
@ -457,17 +457,17 @@ dissect_acse_EXTERNAL(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _
offset = get_ber_length(tree, tvb, offset, &len1, &ind_field);
}
offset = dissect_ber_sequence(TRUE, pinfo, tree, tvb, offset,
EXTERNAL_sequence, hf_index, ett_acse_EXTERNAL);
EXTERNALt_sequence, hf_index, ett_acse_EXTERNALt);
return offset;
}
static int dissect_Association_data_item(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_acse_Association_data_item);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_acse_Association_data_item);
}
static int dissect_external_impl(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(TRUE, tvb, offset, pinfo, tree, hf_acse_external);
return dissect_acse_EXTERNALt(TRUE, tvb, offset, pinfo, tree, hf_acse_external);
}
@ -2357,7 +2357,7 @@ void proto_register_acse(void) {
{ &hf_acse_Association_data_item,
{ "Item", "acse.Association_data_item",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_acse_simply_encoded_data,
{ "simply-encoded-data", "acse.simply_encoded_data",
FT_BYTES, BASE_HEX, NULL, 0,
@ -2397,7 +2397,7 @@ void proto_register_acse(void) {
{ &hf_acse_external,
{ "external", "acse.external",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_acse_other,
{ "other", "acse.other",
FT_NONE, BASE_NONE, NULL, 0,
@ -2437,7 +2437,7 @@ void proto_register_acse(void) {
/*--- Included file: packet-acse-ettarr.c ---*/
#line 1 "packet-acse-ettarr.c"
&ett_acse_EXTERNAL,
&ett_acse_EXTERNALt,
&ett_acse_T_encoding,
&ett_acse_ACSE_apdu,
&ett_acse_AARQ_apdu,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-acse.h */
/* .\packet-acse.h */
/* ../../tools/asn2wrs.py -b -e -p acse -c acse.cnf -s packet-acse-template acse.asn */
/* Input file: packet-acse-template.h */
@ -39,7 +39,7 @@
#line 1 "packet-acse-exp.h"
extern const value_string acse_AP_title_vals[];
extern const value_string acse_ASO_qualifier_vals[];
int dissect_acse_EXTERNAL(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_acse_EXTERNALt(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_acse_AP_title(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_acse_AE_qualifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_);
int dissect_acse_ASO_qualifier(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_);

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cdt.c */
/* .\packet-cdt.c */
/* ../../tools/asn2wrs.py -b -e -p cdt -c cdt.cnf -s packet-cdt-template cdt.asn */
/* Input file: packet-cdt-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cdt.h */
/* .\packet-cdt.h */
/* ../../tools/asn2wrs.py -b -e -p cdt -c cdt.cnf -s packet-cdt-template cdt.asn */
/* Input file: packet-cdt-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cmip.c */
/* .\packet-cmip.c */
/* ../../tools/asn2wrs.py -b -e -p cmip -c cmip.cnf -s packet-cmip-template CMIP.asn */
/* Input file: packet-cmip-template.c */
@ -199,10 +199,10 @@ static int hf_cmip_returnResult = -1; /* ReturnResult */
static int hf_cmip_returnError = -1; /* ReturnError */
static int hf_cmip_reject = -1; /* Reject */
static int hf_cmip_abortSource = -1; /* CMIPAbortSource */
static int hf_cmip_userInfo = -1; /* EXTERNAL */
static int hf_cmip_userInfo = -1; /* EXTERNALt */
static int hf_cmip_protocolVersion = -1; /* ProtocolVersion */
static int hf_cmip_functionalUnits = -1; /* FunctionalUnits */
static int hf_cmip_accessControl1 = -1; /* EXTERNAL */
static int hf_cmip_accessControl1 = -1; /* EXTERNALt */
/* named bits */
static int hf_cmip_FunctionalUnits_multipleObjectSelection = -1;
static int hf_cmip_FunctionalUnits_filter = -1;
@ -342,10 +342,10 @@ static int dissect_not(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *t
/*--- Fields for imported types ---*/
static int dissect_userInfo(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_cmip_userInfo);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_cmip_userInfo);
}
static int dissect_accessControl1(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_cmip_accessControl1);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_cmip_accessControl1);
}
@ -1434,7 +1434,7 @@ static int dissect_setResult_impl(packet_info *pinfo _U_, proto_tree *tree _U_,
static int
dissect_cmip_AccessControl(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_acse_EXTERNAL(implicit_tag, tvb, offset, pinfo, tree, hf_index);
offset = dissect_acse_EXTERNALt(implicit_tag, tvb, offset, pinfo, tree, hf_index);
return offset;
}
@ -3500,7 +3500,7 @@ void proto_register_cmip(void) {
{ &hf_cmip_userInfo,
{ "userInfo", "cmip.userInfo",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_cmip_protocolVersion,
{ "protocolVersion", "cmip.protocolVersion",
FT_BYTES, BASE_HEX, NULL, 0,
@ -3512,7 +3512,7 @@ void proto_register_cmip(void) {
{ &hf_cmip_accessControl1,
{ "accessControl", "cmip.accessControl",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_cmip_FunctionalUnits_multipleObjectSelection,
{ "multipleObjectSelection", "cmip.multipleObjectSelection",
FT_BOOLEAN, 8, NULL, 0x80,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cmip.h */
/* .\packet-cmip.h */
/* ../../tools/asn2wrs.py -b -e -p cmip -c cmip.cnf -s packet-cmip-template CMIP.asn */
/* Input file: packet-cmip-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cmp.c */
/* .\packet-cmp.c */
/* ../../tools/asn2wrs.py -b -e -p cmp -c cmp.cnf -s packet-cmp-template CMP.asn */
/* Input file: packet-cmp-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cmp.h */
/* .\packet-cmp.h */
/* ../../tools/asn2wrs.py -b -e -p cmp -c cmp.cnf -s packet-cmp-template CMP.asn */
/* Input file: packet-cmp-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cms.c */
/* .\packet-cms.c */
/* ../../tools/asn2wrs.py -b -e -p cms -c cms.cnf -s packet-cms-template CryptographicMessageSyntax.asn */
/* Input file: packet-cms-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-cms.h */
/* .\packet-cms.h */
/* ../../tools/asn2wrs.py -b -e -p cms -c cms.cnf -s packet-cms-template CryptographicMessageSyntax.asn */
/* Input file: packet-cms-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-crmf.c */
/* .\packet-crmf.c */
/* ../../tools/asn2wrs.py -b -e -p crmf -c crmf.cnf -s packet-crmf-template CRMF.asn */
/* Input file: packet-crmf-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-crmf.h */
/* .\packet-crmf.h */
/* ../../tools/asn2wrs.py -b -e -p crmf -c crmf.cnf -s packet-crmf-template CRMF.asn */
/* Input file: packet-crmf-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-dap.c */
/* .\packet-dap.c */
/* ../../tools/asn2wrs.py -b -e -p dap -c dap.cnf -s packet-dap-template dap.asn */
/* Input file: packet-dap-template.c */
@ -181,7 +181,7 @@ static int hf_dap_credentials = -1; /* Credentials */
static int hf_dap_versions = -1; /* Versions */
static int hf_dap_simple = -1; /* SimpleCredentials */
static int hf_dap_strong = -1; /* StrongCredentials */
static int hf_dap_externalProcedure = -1; /* EXTERNAL */
static int hf_dap_externalProcedure = -1; /* EXTERNALt */
static int hf_dap_spkm = -1; /* SpkmCredentials */
static int hf_dap_validity = -1; /* T_validity */
static int hf_dap_time1 = -1; /* T_time1 */
@ -751,7 +751,7 @@ static int dissect_errorCode(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuf
return dissect_ros_Code(FALSE, tvb, offset, pinfo, tree, hf_dap_errorCode);
}
static int dissect_externalProcedure(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_dap_externalProcedure);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_dap_externalProcedure);
}
static int dissect_algorithmIdentifier(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_x509af_AlgorithmIdentifier(FALSE, tvb, offset, pinfo, tree, hf_dap_algorithmIdentifier);
@ -6076,7 +6076,7 @@ void proto_register_dap(void) {
{ &hf_dap_externalProcedure,
{ "externalProcedure", "dap.externalProcedure",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_dap_spkm,
{ "spkm", "dap.spkm",
FT_UINT32, BASE_DEC, VALS(dap_SpkmCredentials_vals), 0,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-dap.h */
/* .\packet-dap.h */
/* ../../tools/asn2wrs.py -b -e -p dap -c dap.cnf -s packet-dap-template dap.asn */
/* Input file: packet-dap-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-disp.c */
/* .\packet-disp.c */
/* ../../tools/asn2wrs.py -b -e -p disp -c disp.cnf -s packet-disp-template disp.asn */
/* Input file: packet-disp-template.c */
@ -122,7 +122,7 @@ static int hf_disp_agreementID = -1; /* AgreementID */
static int hf_disp_lastUpdate = -1; /* Time */
static int hf_disp_updateStrategy = -1; /* T_updateStrategy */
static int hf_disp_standardUpdate = -1; /* StandardUpdate */
static int hf_disp_other = -1; /* EXTERNAL */
static int hf_disp_other = -1; /* EXTERNALt */
static int hf_disp_securityParameters = -1; /* SecurityParameters */
static int hf_disp_unsignedCoordinateShadowUpdateArgument = -1; /* CoordinateShadowUpdateArgumentData */
static int hf_disp_signedCoordinateShadowUpdateArgument = -1; /* T_signedCoordinateShadowUpdateArgument */
@ -154,7 +154,7 @@ static int hf_disp_stop = -1; /* Time */
static int hf_disp_noRefresh = -1; /* NULL */
static int hf_disp_total = -1; /* TotalRefresh */
static int hf_disp_incremental = -1; /* IncrementalRefresh */
static int hf_disp_otherStrategy = -1; /* EXTERNAL */
static int hf_disp_otherStrategy = -1; /* EXTERNALt */
static int hf_disp_sDSE = -1; /* SDSEContent */
static int hf_disp_subtree = -1; /* SET_OF_Subtree */
static int hf_disp_subtree_item = -1; /* Subtree */
@ -298,7 +298,7 @@ static int dissect_AttributeTypes_item(packet_info *pinfo _U_, proto_tree *tree
return dissect_x509if_AttributeType(FALSE, tvb, offset, pinfo, tree, hf_disp_AttributeTypes_item);
}
static int dissect_other(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_disp_other);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_disp_other);
}
static int dissect_securityParameters(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_dap_SecurityParameters(FALSE, tvb, offset, pinfo, tree, hf_disp_securityParameters);
@ -316,7 +316,7 @@ static int dissect_notification_item(packet_info *pinfo _U_, proto_tree *tree _U
return dissect_x509if_Attribute(FALSE, tvb, offset, pinfo, tree, hf_disp_notification_item);
}
static int dissect_otherStrategy(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_disp_otherStrategy);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_disp_otherStrategy);
}
static int dissect_attributes_item(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_x509if_Attribute(FALSE, tvb, offset, pinfo, tree, hf_disp_attributes_item);
@ -2121,7 +2121,7 @@ void proto_register_disp(void) {
{ &hf_disp_other,
{ "other", "disp.other",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_disp_securityParameters,
{ "securityParameters", "disp.securityParameters",
FT_NONE, BASE_NONE, NULL, 0,
@ -2249,7 +2249,7 @@ void proto_register_disp(void) {
{ &hf_disp_otherStrategy,
{ "otherStrategy", "disp.otherStrategy",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_disp_sDSE,
{ "sDSE", "disp.sDSE",
FT_NONE, BASE_NONE, NULL, 0,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-disp.h */
/* .\packet-disp.h */
/* ../../tools/asn2wrs.py -b -e -p disp -c disp.cnf -s packet-disp-template disp.asn */
/* Input file: packet-disp-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-dop.c */
/* .\packet-dop.c */
/* ../../tools/asn2wrs.py -b -e -p dop -c dop.cnf -s packet-dop-template dop.asn */
/* Input file: packet-dop-template.c */
@ -222,7 +222,7 @@ static int hf_dop_basicLevels = -1; /* T_basicLevels */
static int hf_dop_level = -1; /* T_level */
static int hf_dop_localQualifier = -1; /* INTEGER */
static int hf_dop_signed = -1; /* BOOLEAN */
static int hf_dop_other = -1; /* EXTERNAL */
static int hf_dop_other = -1; /* EXTERNALt */
/* named bits */
static int hf_dop_DSEType_root = -1;
static int hf_dop_DSEType_glue = -1;
@ -443,7 +443,7 @@ static int dissect_subtree_item(packet_info *pinfo _U_, proto_tree *tree _U_, tv
return dissect_x509if_SubtreeSpecification(FALSE, tvb, offset, pinfo, tree, hf_dop_subtree_item);
}
static int dissect_other(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_dop_other);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_dop_other);
}
@ -3111,7 +3111,7 @@ void proto_register_dop(void) {
{ &hf_dop_other,
{ "other", "dop.other",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_dop_DSEType_root,
{ "root", "dop.root",
FT_BOOLEAN, 8, NULL, 0x80,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-dop.h */
/* .\packet-dop.h */
/* ../../tools/asn2wrs.py -b -e -p dop -c dop.cnf -s packet-dop-template dop.asn */
/* Input file: packet-dop-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-dsp.c */
/* .\packet-dsp.c */
/* ../../tools/asn2wrs.py -b -e -p dsp -c dsp.cnf -s packet-dsp-template dsp.asn */
/* Input file: packet-dsp-template.c */
@ -202,7 +202,7 @@ static int hf_dsp_basicLevels = -1; /* T_basicLevels */
static int hf_dsp_level = -1; /* T_level */
static int hf_dsp_localQualifier = -1; /* INTEGER */
static int hf_dsp_signed = -1; /* BOOLEAN */
static int hf_dsp_other = -1; /* EXTERNAL */
static int hf_dsp_other = -1; /* EXTERNALt */
/*--- End of included file: packet-dsp-hf.c ---*/
#line 67 "packet-dsp-template.c"
@ -388,7 +388,7 @@ static int dissect_Exclusions_item(packet_info *pinfo _U_, proto_tree *tree _U_,
return dissect_x509if_RDNSequence(FALSE, tvb, offset, pinfo, tree, hf_dsp_Exclusions_item);
}
static int dissect_other(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_dsp_other);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_dsp_other);
}
@ -2829,7 +2829,7 @@ void proto_register_dsp(void) {
{ &hf_dsp_other,
{ "other", "dsp.other",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
/*--- End of included file: packet-dsp-hfarr.c ---*/
#line 279 "packet-dsp-template.c"

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-dsp.h */
/* .\packet-dsp.h */
/* ../../tools/asn2wrs.py -b -e -p dsp -c dsp.cnf -s packet-dsp-template dsp.asn */
/* Input file: packet-dsp-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ess.c */
/* .\packet-ess.c */
/* ../../tools/asn2wrs.py -b -k -e -p ess -c ess.cnf -s packet-ess-template ExtendedSecurityServices.asn */
/* Input file: packet-ess-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ess.h */
/* .\packet-ess.h */
/* ../../tools/asn2wrs.py -b -k -e -p ess -c ess.cnf -s packet-ess-template ExtendedSecurityServices.asn */
/* Input file: packet-ess-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ftam.c */
/* .\packet-ftam.c */
/* ../../tools/asn2wrs.py -b -e -p ftam -c ftam.cnf -s packet-ftam-template ISO8571-FTAM.asn */
/* Input file: packet-ftam-template.c */
@ -277,7 +277,7 @@ static int hf_ftam_complete_pathname = -1; /* Pathname */
static int hf_ftam_actual_values7 = -1; /* INTEGER */
static int hf_ftam_actual_values9 = -1; /* GraphicString */
static int hf_ftam_abstract_Syntax_not_supported = -1; /* NULL */
static int hf_ftam_actual_values4 = -1; /* EXTERNAL */
static int hf_ftam_actual_values4 = -1; /* EXTERNALt */
static int hf_ftam_actual_values6 = -1; /* User_Identity */
static int hf_ftam_Child_Objects_Attribute_item = -1; /* GraphicString */
static int hf_ftam_f_Change_prefix_request = -1; /* F_CHANGE_PREFIX_request */
@ -668,7 +668,7 @@ static gint ett_ftam_Attribute_Value_Assertions = -1;
/*--- Fields for imported types ---*/
static int dissect_actual_values4_impl(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(TRUE, tvb, offset, pinfo, tree, hf_ftam_actual_values4);
return dissect_acse_EXTERNALt(TRUE, tvb, offset, pinfo, tree, hf_ftam_actual_values4);
}
@ -887,7 +887,7 @@ static int dissect_attribute_groups(packet_info *pinfo _U_, proto_tree *tree _U_
static int
dissect_ftam_Shared_ASE_Information(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_acse_EXTERNAL(implicit_tag, tvb, offset, pinfo, tree, hf_index);
offset = dissect_acse_EXTERNALt(implicit_tag, tvb, offset, pinfo, tree, hf_index);
return offset;
}
@ -3819,7 +3819,7 @@ static int dissect_begin_end_impl(packet_info *pinfo _U_, proto_tree *tree _U_,
static int
dissect_ftam_Node_Name(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {
offset = dissect_acse_EXTERNAL(implicit_tag, tvb, offset, pinfo, tree, hf_index);
offset = dissect_acse_EXTERNALt(implicit_tag, tvb, offset, pinfo, tree, hf_index);
return offset;
}
@ -6972,7 +6972,7 @@ void proto_register_ftam(void) {
{ &hf_ftam_actual_values4,
{ "actual-values", "ftam.actual_values",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_ftam_actual_values6,
{ "actual-values", "ftam.actual_values",
FT_STRING, BASE_NONE, NULL, 0,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ftam.h */
/* .\packet-ftam.h */
/* ../../tools/asn2wrs.py -b -e -p ftam -c ftam.cnf -s packet-ftam-template ISO8571-FTAM.asn */
/* Input file: packet-ftam-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ftbp.c */
/* .\packet-ftbp.c */
/* ../../tools/asn2wrs.py -b -e -p ftbp -c ftbp.cnf -s packet-ftbp-template ftbp.asn */
/* Input file: packet-ftbp-template.c */
@ -69,7 +69,7 @@ static int hf_ftbp_environment = -1; /* EnvironmentParameter */
static int hf_ftbp_compression = -1; /* CompressionParameter */
static int hf_ftbp_file_attributes = -1; /* FileAttributes */
static int hf_ftbp_extensions = -1; /* ExtensionsField */
static int hf_ftbp_FileTransferData_item = -1; /* EXTERNAL */
static int hf_ftbp_FileTransferData_item = -1; /* EXTERNALt */
static int hf_ftbp_RelatedStoredFile_item = -1; /* RelatedStoredFile_item */
static int hf_ftbp_file_identifier = -1; /* FileIdentifier */
static int hf_ftbp_relationship = -1; /* Relationship */
@ -204,7 +204,7 @@ static int dissect_extensions_impl(packet_info *pinfo _U_, proto_tree *tree _U_,
return dissect_x420_ExtensionsField(TRUE, tvb, offset, pinfo, tree, hf_ftbp_extensions);
}
static int dissect_FileTransferData_item(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_ftbp_FileTransferData_item);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_ftbp_FileTransferData_item);
}
static int dissect_user_impl(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_x411_ORName(TRUE, tvb, offset, pinfo, tree, hf_ftbp_user);
@ -1190,7 +1190,7 @@ void proto_register_ftbp(void) {
{ &hf_ftbp_FileTransferData_item,
{ "Item", "ftbp.FileTransferData_item",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_ftbp_RelatedStoredFile_item,
{ "Item", "ftbp.RelatedStoredFile_item",
FT_NONE, BASE_NONE, NULL, 0,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ftbp.h */
/* .\packet-ftbp.h */
/* ../../tools/asn2wrs.py -b -e -p ftbp -c ftbp.cnf -s packet-ftbp-template ftbp.asn */
/* Input file: packet-ftbp-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-gnm.c */
/* .\packet-gnm.c */
/* ../../tools/asn2wrs.py -b -e -p gnm -c gnm.cnf -s packet-gnm-template GNM.asn */
/* Input file: packet-gnm-template.c */
@ -2010,6 +2010,13 @@ dissect_gnm_ConnectInformation(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int
}
static const value_string gnm_ConnectorType_vals[] = {
{ 1, "fcConnectorType" },
{ 2, "lcConnectorType" },
{ 3, "scConnectorType" },
{ 0, NULL }
};
static int
dissect_gnm_ConnectorType(gboolean implicit_tag _U_, tvbuff_t *tvb _U_, int offset _U_, packet_info *pinfo _U_, proto_tree *tree _U_, int hf_index _U_) {

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-gnm.h */
/* .\packet-gnm.h */
/* ../../tools/asn2wrs.py -b -e -p gnm -c gnm.cnf -s packet-gnm-template GNM.asn */
/* Input file: packet-gnm-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-gsm_ss.c */
/* .\packet-gsm_ss.c */
/* ../../tools/asn2wrs.py -b -e -p gsm_ss -c gsm_ss.cnf -s packet-gsm_ss-template SS-Operations.asn */
/* Input file: packet-gsm_ss-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-gsm_ss.h */
/* .\packet-gsm_ss.h */
/* ../../tools/asn2wrs.py -b -e -p gsm_ss -c gsm_ss.cnf -s packet-gsm_ss-template SS-Operations.asn */
/* Input file: packet-gsm_ss-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-h248.c */
/* .\packet-h248.c */
/* ../../tools/asn2wrs.py -b -e -p h248 -c h248.cnf -s packet-h248-template h248v3.asn */
/* Input file: packet-h248-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-h248.h */
/* .\packet-h248.h */
/* ../../tools/asn2wrs.py -b -e -p h248 -c h248.cnf -s packet-h248-template h248v3.asn */
/* Input file: packet-h248-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-inap.c */
/* .\packet-inap.c */
/* ../../tools/asn2wrs.py -b -e -p inap -c inap.cnf -s packet-inap-template inap.asn */
/* Input file: packet-inap-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-inap.h */
/* .\packet-inap.h */
/* ../../tools/asn2wrs.py -b -e -p inap -c inap.cnf -s packet-inap-template inap.asn */
/* Input file: packet-inap-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-logotypecertextn.c */
/* .\packet-logotypecertextn.c */
/* ../../tools/asn2wrs.py -b -e -p logotypecertextn -c logotype-cert-extn.cnf -s packet-logotype-cert-extn-template LogotypeCertExtn.asn */
/* Input file: packet-logotype-cert-extn-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-logotypecertextn.h */
/* .\packet-logotypecertextn.h */
/* ../../tools/asn2wrs.py -b -e -p logotypecertextn -c logotype-cert-extn.cnf -s packet-logotype-cert-extn-template LogotypeCertExtn.asn */
/* Input file: packet-logotype-cert-extn-template.h */

View File

@ -337,7 +337,7 @@ static int hf_mms_listOfCapabilities1 = -1; /* T_listOfCapabilities1 */
static int hf_mms_sharable = -1; /* BOOLEAN */
static int hf_mms_loadData = -1; /* T_loadData */
static int hf_mms_non_coded = -1; /* OCTET_STRING */
static int hf_mms_coded = -1; /* EXTERNAL */
static int hf_mms_coded = -1; /* EXTERNALt */
static int hf_mms_discard = -1; /* ServiceError */
static int hf_mms_ulsmID = -1; /* Integer32 */
static int hf_mms_listOfCapabilities2 = -1; /* T_listOfCapabilities2 */
@ -360,7 +360,7 @@ static int hf_mms_reusable = -1; /* BOOLEAN */
static int hf_mms_monitorType = -1; /* BOOLEAN */
static int hf_mms_executionArgument = -1; /* T_executionArgument */
static int hf_mms_simpleString = -1; /* VisibleString */
static int hf_mms_encodedString = -1; /* EXTERNAL */
static int hf_mms_encodedString = -1; /* EXTERNALt */
static int hf_mms_executionArgument1 = -1; /* T_executionArgument1 */
static int hf_mms_state1 = -1; /* ProgramInvocationState */
static int hf_mms_listOfDomainNames = -1; /* SEQUENCE_OF_Identifier */
@ -985,10 +985,10 @@ static int dissect_valueSpecification(packet_info *pinfo _U_, proto_tree *tree _
/*--- Fields for imported types ---*/
static int dissect_coded(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_mms_coded);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_mms_coded);
}
static int dissect_encodedString(packet_info *pinfo _U_, proto_tree *tree _U_, tvbuff_t *tvb _U_, int offset _U_) {
return dissect_acse_EXTERNAL(FALSE, tvb, offset, pinfo, tree, hf_mms_encodedString);
return dissect_acse_EXTERNALt(FALSE, tvb, offset, pinfo, tree, hf_mms_encodedString);
}
@ -9730,7 +9730,7 @@ void proto_register_mms(void) {
{ &hf_mms_coded,
{ "coded", "mms.coded",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_mms_discard,
{ "discard", "mms.discard",
FT_NONE, BASE_NONE, NULL, 0,
@ -9822,7 +9822,7 @@ void proto_register_mms(void) {
{ &hf_mms_encodedString,
{ "encodedString", "mms.encodedString",
FT_NONE, BASE_NONE, NULL, 0,
"acse.EXTERNAL", HFILL }},
"acse.EXTERNALt", HFILL }},
{ &hf_mms_executionArgument1,
{ "executionArgument", "mms.executionArgument",
FT_UINT32, BASE_DEC, VALS(mms_T_executionArgument1_vals), 0,

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ns_cert_exts.c */
/* .\packet-ns_cert_exts.c */
/* ../../tools/asn2wrs.py -b -e -p ns_cert_exts -c ns_cert_exts.cnf -s packet-ns_cert_exts-template NETSCAPE-CERT-EXTS.asn */
/* Input file: packet-ns_cert_exts-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ocsp.c */
/* .\packet-ocsp.c */
/* ../../tools/asn2wrs.py -b -e -p ocsp -c ocsp.cnf -s packet-ocsp-template OCSP.asn */
/* Input file: packet-ocsp-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-ocsp.h */
/* .\packet-ocsp.h */
/* ../../tools/asn2wrs.py -b -e -p ocsp -c ocsp.cnf -s packet-ocsp-template OCSP.asn */
/* Input file: packet-ocsp-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkcs1.c */
/* .\packet-pkcs1.c */
/* ../../tools/asn2wrs.py -b -p pkcs1 -c pkcs1.cnf -s packet-pkcs1-template PKCS1.asn */
/* Input file: packet-pkcs1-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkcs1.h */
/* .\packet-pkcs1.h */
/* ../../tools/asn2wrs.py -b -p pkcs1 -c pkcs1.cnf -s packet-pkcs1-template PKCS1.asn */
/* Input file: packet-pkcs1-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkinit.c */
/* .\packet-pkinit.c */
/* ../../tools/asn2wrs.py -e -b -p pkinit -c pkinit.cnf -s packet-pkinit-template PKINIT.asn */
/* Input file: packet-pkinit-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkinit.h */
/* .\packet-pkinit.h */
/* ../../tools/asn2wrs.py -e -b -p pkinit -c pkinit.cnf -s packet-pkinit-template PKINIT.asn */
/* Input file: packet-pkinit-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkix1explicit.c */
/* .\packet-pkix1explicit.c */
/* ../../tools/asn2wrs.py -e -b -p pkix1explicit -c pkix1explicit.cnf -s packet-pkix1explicit-template PKIX1EXPLICIT93.asn */
/* Input file: packet-pkix1explicit-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkix1explicit.h */
/* .\packet-pkix1explicit.h */
/* ../../tools/asn2wrs.py -e -b -p pkix1explicit -c pkix1explicit.cnf -s packet-pkix1explicit-template PKIX1EXPLICIT93.asn */
/* Input file: packet-pkix1explicit-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkix1implicit.c */
/* .\packet-pkix1implicit.c */
/* ../../tools/asn2wrs.py -e -b -p pkix1implicit -c pkix1implicit.cnf -s packet-pkix1implicit-template PKIX1IMPLICIT93.asn */
/* Input file: packet-pkix1implicit-template.c */
@ -465,6 +465,7 @@ void proto_reg_handoff_pkix1implicit(void) {
register_ber_oid_dissector("1.3.6.1.4.1.311.10.5.1", dissect_Dummy_PDU, proto_pkix1implicit, "id-ms-drm");
register_ber_oid_dissector("1.3.6.1.4.1.311.10.6.1", dissect_Dummy_PDU, proto_pkix1implicit, "id-ms-licenses");
register_ber_oid_dissector("1.3.6.1.4.1.311.10.6.2", dissect_Dummy_PDU, proto_pkix1implicit, "id-ms-license-server");
register_ber_oid_dissector("1.3.6.1.4.1.311.20.1", dissect_Dummy_PDU, proto_pkix1implicit, "id-ms-auto-enroll-ctl-usage");
register_ber_oid_dissector("1.3.6.1.4.1.311.20.2.1", dissect_Dummy_PDU, proto_pkix1implicit, "id-ms-enrollment-agent");
register_ber_oid_dissector("1.3.6.1.4.1.311.20.2.2", dissect_Dummy_PDU, proto_pkix1implicit, "id-ms-kp-smartcard-logon");
register_ber_oid_dissector("1.3.6.1.4.1.311.21.5", dissect_Dummy_PDU, proto_pkix1implicit, "id-ms-kp-ca-exchange");

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkix1implicit.h */
/* .\packet-pkix1implicit.h */
/* ../../tools/asn2wrs.py -e -b -p pkix1implicit -c pkix1implicit.cnf -s packet-pkix1implicit-template PKIX1IMPLICIT93.asn */
/* Input file: packet-pkix1implicit-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkixproxy.c */
/* .\packet-pkixproxy.c */
/* ../../tools/asn2wrs.py -b -e -p pkixproxy -c pkixproxy.cnf -s packet-pkixproxy-template PKIXProxy.asn */
/* Input file: packet-pkixproxy-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkixproxy.h */
/* .\packet-pkixproxy.h */
/* ../../tools/asn2wrs.py -b -e -p pkixproxy -c pkixproxy.cnf -s packet-pkixproxy-template PKIXProxy.asn */
/* Input file: packet-pkixproxy-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkixqualified.c */
/* .\packet-pkixqualified.c */
/* ../../tools/asn2wrs.py -b -e -p pkixqualified -c pkixqualified.cnf -s packet-pkixqualified-template PKIXqualified.asn */
/* Input file: packet-pkixqualified-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkixqualified.h */
/* .\packet-pkixqualified.h */
/* ../../tools/asn2wrs.py -b -e -p pkixqualified -c pkixqualified.cnf -s packet-pkixqualified-template PKIXqualified.asn */
/* Input file: packet-pkixqualified-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkixtsp.c */
/* .\packet-pkixtsp.c */
/* ../../tools/asn2wrs.py -b -e -p pkixtsp -c pkixtsp.cnf -s packet-pkixtsp-template PKIXTSP.asn */
/* Input file: packet-pkixtsp-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pkixtsp.h */
/* .\packet-pkixtsp.h */
/* ../../tools/asn2wrs.py -b -e -p pkixtsp -c pkixtsp.cnf -s packet-pkixtsp-template PKIXTSP.asn */
/* Input file: packet-pkixtsp-template.h */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pres.c */
/* .\packet-pres.c */
/* ../../tools/asn2wrs.py -b -e -p pres -c pres.cnf -s packet-pres-template ISO8823-PRESENTATION.asn */
/* Input file: packet-pres-template.c */

View File

@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-pres.h */
/* .\packet-pres.h */
/* ../../tools/asn2wrs.py -b -e -p pres -c pres.cnf -s packet-pres-template ISO8823-PRESENTATION.asn */
/* Input file: packet-pres-template.h */

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-q932-ros.c */
/* ../../tools/asn2wrs.py -b -T -e -p q932.ros -c q932-ros.cnf -o q932-ros -s packet-q932-ros-template q932-ros.asn */
/* .\packet-q932-ros.c */
/* ../../tools/asn2wrs.py -b -T -p q932.ros -c q932-ros.cnf -o q932-ros -s packet-q932-ros-template q932-ros.asn */
/* Input file: packet-q932-ros-template.c */

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* ./packet-q932-ros.h */
/* ../../tools/asn2wrs.py -b -T -e -p q932.ros -c q932-ros.cnf -o q932-ros -s packet-q932-ros-template q932-ros.asn */
/* .\packet-q932-ros.h */
/* ../../tools/asn2wrs.py -b -T -p q932.ros -c q932-ros.cnf -o q932-ros -s packet-q932-ros-template q932-ros.asn */
/* Input file: packet-q932-ros-template.h */

Some files were not shown because too many files have changed in this diff Show More