diff options
Diffstat (limited to 'asn1/x509ce')
-rw-r--r-- | asn1/x509ce/packet-x509ce-template.c | 2 | ||||
-rw-r--r-- | asn1/x509ce/x509ce.cnf | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/asn1/x509ce/packet-x509ce-template.c b/asn1/x509ce/packet-x509ce-template.c index 25ad4c542f..58b15602a8 100644 --- a/asn1/x509ce/packet-x509ce-template.c +++ b/asn1/x509ce/packet-x509ce-template.c @@ -109,7 +109,7 @@ void proto_register_x509ce(void) { { "invalidityDate", "x509ce.id_ce_invalidityDate", FT_STRING, BASE_NONE, NULL, 0, NULL, HFILL }}, - { &hf_x509ce_object_identifier_id, + { &hf_x509ce_object_identifier_id, { "Id", "x509ce.id", FT_OID, BASE_NONE, NULL, 0, "Object identifier Id", HFILL }}, { &hf_x509ce_IPAddress, diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf index 7b1de06b99..454ea8958e 100644 --- a/asn1/x509ce/x509ce.cnf +++ b/asn1/x509ce/x509ce.cnf @@ -9,26 +9,26 @@ # Forward declaration #.CLASS CERT-POLICY-QUALIFIER &id ObjectIdentifierType -&Qualifier +&Qualifier #.END # InformationFramework classes ##.CLASS ATTRIBUTE #&derivation ClassReference ATTRIBUTE -#&Type +#&Type #&equality-match ClassReference MATCHING-RULE #&ordering-match ClassReference MATCHING-RULE #&substrings-match ClassReference MATCHING-RULE #&single-valued BooleanType #&collective BooleanType #&no-user-modification BooleanType -#&usage +#&usage #&id ObjectIdentifierType ##.END #.CLASS MATCHING-RULE &ParentMatchingRules ClassReference MATCHING-RULE -&AssertionType +&AssertionType &uniqueMatchIndicator ClassReference ATTRIBUTE &id ObjectIdentifierType #.END @@ -161,7 +161,7 @@ CertificatePairExactAssertion/issuedByThisCAAssertion cpea_issuedByThisCAAsserti CertificateGroup/serialNumberRange certificateGroupNumberRange CertificateAssertion/subjectAltName subjectAltNameType EnhancedCertificateAssertion/pathToName enhancedPathToName - + #.FN_PARS PolicyQualifierInfo/policyQualifierId FN_VARIANT = _str HF_INDEX = hf_x509ce_object_identifier_id VAL_PTR = &actx->external.direct_reference @@ -179,7 +179,7 @@ EnhancedCertificateAssertion/pathToName enhancedPathToName offset=call_ber_oid_callback(actx->external.direct_reference, tvb, offset, actx->pinfo, tree, NULL); #.FN_FTR GeneralName/uniformResourceIdentifier - + PROTO_ITEM_SET_URL(actx->created_item); #.END |