wireshark/asn1/h460/CALL-PARTY-CATEGORY.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

24 lines
565 B
Groff

-- CALL-PARTY-CATEGORY.asn
--
-- Taken from ITU ASN.1 database
-- http://www.itu.int/ITU-T/asn1/database/itu-t/h/h460.10/2004/CALL-PARTY-CATEGORY.asn
--
-- Module CALL-PARTY-CATEGORY (H.460.10:03/2004)
CALL-PARTY-CATEGORY DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
CallPartyCategoryInfo ::= SEQUENCE {
callPartyCategory CallPartyCategory OPTIONAL,
originatingLineInfo OriginatingLineInfo OPTIONAL,
...
}
CallPartyCategory ::= INTEGER(0..255)
OriginatingLineInfo ::= INTEGER(0..255)
END
-- Generated by Asnp, the ASN.1 pretty-printer of France Telecom R&D