wireshark/asn1/qsig/qsig-gf-ext.asn
Jeff Morriss 8c608e6e82 Remove $Id$ from the ASN.1 dissectors and regenerate them.
Change-Id: Ie476c6f82f318188b41ed922b92c6fec119ea954
Reviewed-on: https://code.wireshark.org/review/244
Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Tested-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-02-18 03:05:28 +00:00

32 lines
1 KiB
Groff

-- QSIG-GF-EXT.asn
--
-- Taken from Ecma International
-- http://www.ecma-international.org/publications/standards/Ecma-165.htm
--
-- 9.2 Manufacturer specific additions to standardised operations
--
Manufacturer-specific-service-extension-class-asn1-97 {iso(1) standard(0)
pss1-generic-procedures(11582) msi-class-asn1-97(11)} DEFINITIONS ::=
BEGIN
EXTENSION ::= CLASS {
&ArgumentType ,
&extensionId OBJECT IDENTIFIER
} WITH SYNTAX {
ARGUMENT &ArgumentType
IDENTIFIER &extensionId
}
Extension{EXTENSION:ExtensionSet} ::= SEQUENCE {
extensionId EXTENSION.&extensionId({Extensionset}),
extensionArgument EXTENSION.&ArgumentType({ExtensionSet}{@extensionId})
}
Extensionset EXTENSION ::= {...}
-- ExtensionSet is a set of objects of class EXTENSION. Element extensionId is constrained to be
-- the identifier of an object from that set, and element extensionArgument is constrained to be the
-- argument type for that particular object.
END -- of Manufacturer-specific-service-extension-class-asn1-97