wireshark/asn1/h450/Manufacturer-specific-service-extension-definition.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.2 KiB
Groff

-- Manufacturer-specific-service-extension-definition.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h450.1/1998/Manufacturer-specific-service-extension-definition.asn
--
-- Module Manufacturer-specific-service-extension-definition (H.450.1:02/1998)
Manufacturer-specific-service-extension-definition {itu-t recommendation
h 450 1 version1(0) msi-definition(18)} DEFINITIONS AUTOMATIC TAGS ::=
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 is a set of objects of class EXTENSION.
-- Actual values of ExtensionSet are defined by the individual manufacturers.
-- Element extensionId is constrained to be the identifier of an object from that set.
-- Element extensionArgument is constrained to be the argument type for that particular
-- object.
END -- of Manufacturer-specific-service-extension-definition
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D