aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-x509af.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 02:58:27 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-05-11 02:58:27 +0000
commitbbebafd9b4f909ca78d9027532ee2b46d21cd989 (patch)
tree07d574bae055f63dc7093ab1b8a733c2afd2c4de /epan/dissectors/packet-x509af.c
parent08026e8bcc0124c8377bd7b71cb0a8426f7c660b (diff)
Regenerate a few more of the ASN.1 dissectors
svn path=/trunk/; revision=32747
Diffstat (limited to 'epan/dissectors/packet-x509af.c')
-rw-r--r--epan/dissectors/packet-x509af.c148
1 files changed, 74 insertions, 74 deletions
diff --git a/epan/dissectors/packet-x509af.c b/epan/dissectors/packet-x509af.c
index b715d99007..bc7ce84fd4 100644
--- a/epan/dissectors/packet-x509af.c
+++ b/epan/dissectors/packet-x509af.c
@@ -936,299 +936,299 @@ void proto_register_x509af(void) {
{ &hf_x509af_x509af_Certificate_PDU,
{ "Certificate", "x509af.Certificate",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Certificate", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_CertificatePair_PDU,
{ "CertificatePair", "x509af.CertificatePair",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.CertificatePair", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_CertificateList_PDU,
{ "CertificateList", "x509af.CertificateList",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.CertificateList", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_AttributeCertificate_PDU,
{ "AttributeCertificate", "x509af.AttributeCertificate",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AttributeCertificate", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_DSS_Params_PDU,
{ "DSS-Params", "x509af.DSS_Params",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.DSS_Params", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_signedCertificate,
{ "signedCertificate", "x509af.signedCertificate",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.T_signedCertificate", HFILL }},
+ "T_signedCertificate", HFILL }},
{ &hf_x509af_version,
{ "version", "x509af.version",
FT_INT32, BASE_DEC, VALS(x509af_Version_vals), 0,
- "x509af.Version", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_serialNumber,
{ "serialNumber", "x509af.serialNumber",
FT_INT32, BASE_DEC, NULL, 0,
- "x509af.CertificateSerialNumber", HFILL }},
+ "CertificateSerialNumber", HFILL }},
{ &hf_x509af_signature,
{ "signature", "x509af.signature",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AlgorithmIdentifier", HFILL }},
+ "AlgorithmIdentifier", HFILL }},
{ &hf_x509af_issuer,
{ "issuer", "x509af.issuer",
FT_UINT32, BASE_DEC, VALS(x509if_Name_vals), 0,
- "x509if.Name", HFILL }},
+ "Name", HFILL }},
{ &hf_x509af_validity,
{ "validity", "x509af.validity",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Validity", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_subject,
{ "subject", "x509af.subject",
FT_UINT32, BASE_DEC, VALS(x509af_SubjectName_vals), 0,
- "x509af.SubjectName", HFILL }},
+ "SubjectName", HFILL }},
{ &hf_x509af_subjectPublicKeyInfo,
{ "subjectPublicKeyInfo", "x509af.subjectPublicKeyInfo",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.SubjectPublicKeyInfo", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_issuerUniqueIdentifier,
{ "issuerUniqueIdentifier", "x509af.issuerUniqueIdentifier",
FT_BYTES, BASE_NONE, NULL, 0,
- "x509sat.UniqueIdentifier", HFILL }},
+ "UniqueIdentifier", HFILL }},
{ &hf_x509af_subjectUniqueIdentifier,
{ "subjectUniqueIdentifier", "x509af.subjectUniqueIdentifier",
FT_BYTES, BASE_NONE, NULL, 0,
- "x509sat.UniqueIdentifier", HFILL }},
+ "UniqueIdentifier", HFILL }},
{ &hf_x509af_extensions,
{ "extensions", "x509af.extensions",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.Extensions", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_algorithmIdentifier,
{ "algorithmIdentifier", "x509af.algorithmIdentifier",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AlgorithmIdentifier", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_encrypted,
{ "encrypted", "x509af.encrypted",
FT_BYTES, BASE_NONE, NULL, 0,
- "x509af.BIT_STRING", HFILL }},
+ "BIT_STRING", HFILL }},
{ &hf_x509af_rdnSequence,
{ "rdnSequence", "x509af.rdnSequence",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509if.RDNSequence", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_algorithmId,
{ "algorithmId", "x509af.algorithmId",
FT_OID, BASE_NONE, NULL, 0,
- "x509af.T_algorithmId", HFILL }},
+ "T_algorithmId", HFILL }},
{ &hf_x509af_parameters,
{ "parameters", "x509af.parameters",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.T_parameters", HFILL }},
+ "T_parameters", HFILL }},
{ &hf_x509af_notBefore,
{ "notBefore", "x509af.notBefore",
FT_UINT32, BASE_DEC, VALS(x509af_Time_vals), 0,
- "x509af.Time", HFILL }},
+ "Time", HFILL }},
{ &hf_x509af_notAfter,
{ "notAfter", "x509af.notAfter",
FT_UINT32, BASE_DEC, VALS(x509af_Time_vals), 0,
- "x509af.Time", HFILL }},
+ "Time", HFILL }},
{ &hf_x509af_algorithm,
{ "algorithm", "x509af.algorithm",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AlgorithmIdentifier", HFILL }},
+ "AlgorithmIdentifier", HFILL }},
{ &hf_x509af_subjectPublicKey,
{ "subjectPublicKey", "x509af.subjectPublicKey",
FT_BYTES, BASE_NONE, NULL, 0,
- "x509af.BIT_STRING", HFILL }},
+ "BIT_STRING", HFILL }},
{ &hf_x509af_utcTime,
{ "utcTime", "x509af.utcTime",
FT_STRING, BASE_NONE, NULL, 0,
- "x509af.UTCTime", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_generalizedTime,
{ "generalizedTime", "x509af.generalizedTime",
FT_STRING, BASE_NONE, NULL, 0,
- "x509af.GeneralizedTime", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_Extensions_item,
{ "Extension", "x509af.Extension",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Extension", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_extnId,
{ "extnId", "x509af.extnId",
FT_OID, BASE_NONE, NULL, 0,
- "x509af.T_extnId", HFILL }},
+ "T_extnId", HFILL }},
{ &hf_x509af_critical,
{ "critical", "x509af.critical",
FT_BOOLEAN, BASE_NONE, NULL, 0,
- "x509af.BOOLEAN", HFILL }},
+ "BOOLEAN", HFILL }},
{ &hf_x509af_extnValue,
{ "extnValue", "x509af.extnValue",
FT_BYTES, BASE_NONE, NULL, 0,
- "x509af.T_extnValue", HFILL }},
+ "T_extnValue", HFILL }},
{ &hf_x509af_userCertificate,
{ "userCertificate", "x509af.userCertificate",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Certificate", HFILL }},
+ "Certificate", HFILL }},
{ &hf_x509af_certificationPath,
{ "certificationPath", "x509af.certificationPath",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.ForwardCertificationPath", HFILL }},
+ "ForwardCertificationPath", HFILL }},
{ &hf_x509af_ForwardCertificationPath_item,
{ "CrossCertificates", "x509af.CrossCertificates",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.CrossCertificates", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_CrossCertificates_item,
{ "Certificate", "x509af.Certificate",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Certificate", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_theCACertificates,
{ "theCACertificates", "x509af.theCACertificates",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.SEQUENCE_OF_CertificatePair", HFILL }},
+ "SEQUENCE_OF_CertificatePair", HFILL }},
{ &hf_x509af_theCACertificates_item,
{ "CertificatePair", "x509af.CertificatePair",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.CertificatePair", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_issuedByThisCA,
{ "issuedByThisCA", "x509af.issuedByThisCA",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Certificate", HFILL }},
+ "Certificate", HFILL }},
{ &hf_x509af_issuedToThisCA,
{ "issuedToThisCA", "x509af.issuedToThisCA",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Certificate", HFILL }},
+ "Certificate", HFILL }},
{ &hf_x509af_signedCertificateList,
{ "signedCertificateList", "x509af.signedCertificateList",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.T_signedCertificateList", HFILL }},
+ "T_signedCertificateList", HFILL }},
{ &hf_x509af_thisUpdate,
{ "thisUpdate", "x509af.thisUpdate",
FT_UINT32, BASE_DEC, VALS(x509af_Time_vals), 0,
- "x509af.Time", HFILL }},
+ "Time", HFILL }},
{ &hf_x509af_nextUpdate,
{ "nextUpdate", "x509af.nextUpdate",
FT_UINT32, BASE_DEC, VALS(x509af_Time_vals), 0,
- "x509af.Time", HFILL }},
+ "Time", HFILL }},
{ &hf_x509af_revokedCertificates,
{ "revokedCertificates", "x509af.revokedCertificates",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.T_revokedCertificates", HFILL }},
+ "T_revokedCertificates", HFILL }},
{ &hf_x509af_revokedCertificates_item,
{ "revokedCertificates item", "x509af.revokedCertificates_item",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.T_revokedCertificates_item", HFILL }},
+ "T_revokedCertificates_item", HFILL }},
{ &hf_x509af_revokedUserCertificate,
{ "userCertificate", "x509af.userCertificate",
FT_INT32, BASE_DEC, NULL, 0,
- "x509af.CertificateSerialNumber", HFILL }},
+ "CertificateSerialNumber", HFILL }},
{ &hf_x509af_revocationDate,
{ "revocationDate", "x509af.revocationDate",
FT_UINT32, BASE_DEC, VALS(x509af_Time_vals), 0,
- "x509af.Time", HFILL }},
+ "Time", HFILL }},
{ &hf_x509af_crlEntryExtensions,
{ "crlEntryExtensions", "x509af.crlEntryExtensions",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.Extensions", HFILL }},
+ "Extensions", HFILL }},
{ &hf_x509af_crlExtensions,
{ "crlExtensions", "x509af.crlExtensions",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.Extensions", HFILL }},
+ "Extensions", HFILL }},
{ &hf_x509af_attributeCertificate,
{ "attributeCertificate", "x509af.attributeCertificate",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AttributeCertificate", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_acPath,
{ "acPath", "x509af.acPath",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.SEQUENCE_OF_ACPathData", HFILL }},
+ "SEQUENCE_OF_ACPathData", HFILL }},
{ &hf_x509af_acPath_item,
{ "ACPathData", "x509af.ACPathData",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.ACPathData", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_certificate,
{ "certificate", "x509af.certificate",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.Certificate", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_signedAttributeCertificateInfo,
{ "signedAttributeCertificateInfo", "x509af.signedAttributeCertificateInfo",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AttributeCertificateInfo", HFILL }},
+ "AttributeCertificateInfo", HFILL }},
{ &hf_x509af_info_subject,
{ "subject", "x509af.subject",
FT_UINT32, BASE_DEC, VALS(x509af_InfoSubject_vals), 0,
- "x509af.InfoSubject", HFILL }},
+ "InfoSubject", HFILL }},
{ &hf_x509af_baseCertificateID,
{ "baseCertificateID", "x509af.baseCertificateID",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.IssuerSerial", HFILL }},
+ "IssuerSerial", HFILL }},
{ &hf_x509af_infoSubjectName,
{ "subjectName", "x509af.subjectName",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509ce.GeneralNames", HFILL }},
+ "GeneralNames", HFILL }},
{ &hf_x509af_issuerName,
{ "issuer", "x509af.issuer",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509ce.GeneralNames", HFILL }},
+ "GeneralNames", HFILL }},
{ &hf_x509af_attCertValidityPeriod,
{ "attCertValidityPeriod", "x509af.attCertValidityPeriod",
FT_NONE, BASE_NONE, NULL, 0,
- "x509af.AttCertValidityPeriod", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_attributes,
{ "attributes", "x509af.attributes",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.SEQUENCE_OF_Attribute", HFILL }},
+ "SEQUENCE_OF_Attribute", HFILL }},
{ &hf_x509af_attributes_item,
{ "Attribute", "x509af.Attribute",
FT_NONE, BASE_NONE, NULL, 0,
- "x509if.Attribute", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_issuerUniqueID,
{ "issuerUniqueID", "x509af.issuerUniqueID",
FT_BYTES, BASE_NONE, NULL, 0,
- "x509sat.UniqueIdentifier", HFILL }},
+ "UniqueIdentifier", HFILL }},
{ &hf_x509af_serial,
{ "serial", "x509af.serial",
FT_INT32, BASE_DEC, NULL, 0,
- "x509af.CertificateSerialNumber", HFILL }},
+ "CertificateSerialNumber", HFILL }},
{ &hf_x509af_issuerUID,
{ "issuerUID", "x509af.issuerUID",
FT_BYTES, BASE_NONE, NULL, 0,
- "x509sat.UniqueIdentifier", HFILL }},
+ "UniqueIdentifier", HFILL }},
{ &hf_x509af_notBeforeTime,
{ "notBeforeTime", "x509af.notBeforeTime",
FT_STRING, BASE_NONE, NULL, 0,
- "x509af.GeneralizedTime", HFILL }},
+ "GeneralizedTime", HFILL }},
{ &hf_x509af_notAfterTime,
{ "notAfterTime", "x509af.notAfterTime",
FT_STRING, BASE_NONE, NULL, 0,
- "x509af.GeneralizedTime", HFILL }},
+ "GeneralizedTime", HFILL }},
{ &hf_x509af_assertion_subject,
{ "subject", "x509af.subject",
FT_UINT32, BASE_DEC, VALS(x509af_AssertionSubject_vals), 0,
- "x509af.AssertionSubject", HFILL }},
+ "AssertionSubject", HFILL }},
{ &hf_x509af_assertionSubjectName,
{ "subjectName", "x509af.subjectName",
FT_UINT32, BASE_DEC, VALS(x509af_SubjectName_vals), 0,
- "x509af.SubjectName", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_assertionIssuer,
{ "issuer", "x509af.issuer",
FT_UINT32, BASE_DEC, VALS(x509if_Name_vals), 0,
- "x509if.Name", HFILL }},
+ "Name", HFILL }},
{ &hf_x509af_attCertValidity,
{ "attCertValidity", "x509af.attCertValidity",
FT_STRING, BASE_NONE, NULL, 0,
- "x509af.GeneralizedTime", HFILL }},
+ "GeneralizedTime", HFILL }},
{ &hf_x509af_attType,
{ "attType", "x509af.attType",
FT_UINT32, BASE_DEC, NULL, 0,
- "x509af.SET_OF_AttributeType", HFILL }},
+ "SET_OF_AttributeType", HFILL }},
{ &hf_x509af_attType_item,
{ "AttributeType", "x509af.AttributeType",
FT_OID, BASE_NONE, NULL, 0,
- "x509if.AttributeType", HFILL }},
+ NULL, HFILL }},
{ &hf_x509af_p,
{ "p", "x509af.p",
FT_INT32, BASE_DEC, NULL, 0,
- "x509af.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_x509af_q,
{ "q", "x509af.q",
FT_INT32, BASE_DEC, NULL, 0,
- "x509af.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
{ &hf_x509af_g,
{ "g", "x509af.g",
FT_INT32, BASE_DEC, NULL, 0,
- "x509af.INTEGER", HFILL }},
+ "INTEGER", HFILL }},
/*--- End of included file: packet-x509af-hfarr.c ---*/
#line 101 "packet-x509af-template.c"