diff options
author | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-06-05 12:00:57 +0000 |
---|---|---|
committer | Tomas Kukosa <tomas.kukosa@siemens.com> | 2007-06-05 12:00:57 +0000 |
commit | 31e45c7a2130ada609c53cef7fb6e630bfb0ae45 (patch) | |
tree | a1f6be33237edf23b9b6bdb87a1014d78b96736f /asn1/x509ce | |
parent | 368528502eff6bb908da692f67b025ca95e05d26 (diff) | |
download | wireshark-31e45c7a2130ada609c53cef7fb6e630bfb0ae45.tar.gz wireshark-31e45c7a2130ada609c53cef7fb6e630bfb0ae45.tar.bz2 wireshark-31e45c7a2130ada609c53cef7fb6e630bfb0ae45.zip |
not allow #.FN_HDR/FTR for Wireshark types but only for ASN.1 types
it makes interconnection between .cnf file and ASN.1 source more readable
(changes for #.FN_BODY will follow)
svn path=/trunk/; revision=22043
Diffstat (limited to 'asn1/x509ce')
-rw-r--r-- | asn1/x509ce/x509ce.cnf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf index 555a8c2ab5..9d4b6039c1 100644 --- a/asn1/x509ce/x509ce.cnf +++ b/asn1/x509ce/x509ce.cnf @@ -123,8 +123,8 @@ CertificatePairExactAssertion/issuedByThisCAAssertion cpea_issuedByThisCAAsserti #.FN_BODY OtherNameValue offset=call_ber_oid_callback(object_identifier_id, tvb, offset, actx->pinfo, tree); -#.FN_FTR IA5String - if(hf_index == hf_x509ce_uniformResourceIdentifier) +#.FN_FTR GeneralName/uniformResourceIdentifier + PROTO_ITEM_SET_URL(get_ber_last_created_item()); #.END |