From f27bf1302279c2f360963deaf46bb9d3d8a40513 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 5 Dec 2005 23:00:03 +0000 Subject: From Grame Lunt: a patch for the X.411, X420 and CMS dissectors to implement the remaining heading extensions and bodyparts. This includes GeneralText BP, forwarded content BP (forwarded p22 and forwarded p772), PKCS#7 BP, and "business class" messaging extensions. The X.411 extensions using the SIGNATURE macro have also been implemented. There is also a fix for a bug in the dissection of integer 22 content type. Graeme svn path=/trunk/; revision=16689 --- asn1/x411/x411-exp.cnf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'asn1/x411/x411-exp.cnf') diff --git a/asn1/x411/x411-exp.cnf b/asn1/x411/x411-exp.cnf index 7e11a63924..20032c013e 100644 --- a/asn1/x411/x411-exp.cnf +++ b/asn1/x411/x411-exp.cnf @@ -1,9 +1,14 @@ #.IMPORT_TAG +MessageSubmissionEnvelope BER_CLASS_UNI BER_UNI_TAG_SET OtherMessageDeliveryFields BER_CLASS_UNI BER_UNI_TAG_SET +MessageDeliveryIdentifier BER_CLASS_APP 4 MessageDeliveryTime BER_CLASS_UNI BER_UNI_TAG_UTCTime SupplementaryInformation BER_CLASS_UNI BER_UNI_TAG_PrintableString +OriginatingMTACertificate BER_CLASS_UNI BER_UNI_TAG_SEQUENCE +ProofOfSubmission BER_CLASS_UNI BER_UNI_TAG_SEQUENCE ExtendedCertificates BER_CLASS_UNI BER_UNI_TAG_SET ORName BER_CLASS_APP 0 +UniversalOrBMPString BER_CLASS_UNI BER_UNI_TAG_SET EncodedInformationTypes BER_CLASS_APP 5 G3FacsimileNonBasicParameters BER_CLASS_UNI BER_UNI_TAG_BITSTRING TeletexNonBasicParameters BER_CLASS_UNI BER_UNI_TAG_SET @@ -11,11 +16,16 @@ SecurityLabel BER_CLASS_UNI BER_UNI_TAG_SET #.END #.TYPE_ATTR +MessageSubmissionEnvelope TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 OtherMessageDeliveryFields TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 +MessageDeliveryIdentifier TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 MessageDeliveryTime TYPE = FT_STRING DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 SupplementaryInformation TYPE = FT_STRING DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 +OriginatingMTACertificate TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 +ProofOfSubmission TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 ExtendedCertificates TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = NULL BITMASK = 0 ORName TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 +UniversalOrBMPString TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 EncodedInformationTypes TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 G3FacsimileNonBasicParameters TYPE = FT_BYTES DISPLAY = BASE_HEX STRINGS = NULL BITMASK = 0 TeletexNonBasicParameters TYPE = FT_NONE DISPLAY = BASE_NONE STRINGS = NULL BITMASK = 0 -- cgit v1.2.3