From 31e45c7a2130ada609c53cef7fb6e630bfb0ae45 Mon Sep 17 00:00:00 2001 From: Tomas Kukosa Date: Tue, 5 Jun 2007 12:00:57 +0000 Subject: 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 --- asn1/logotype-cert-extn/logotype-cert-extn.cnf | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'asn1/logotype-cert-extn') diff --git a/asn1/logotype-cert-extn/logotype-cert-extn.cnf b/asn1/logotype-cert-extn/logotype-cert-extn.cnf index 95040d06a0..4f579a0ac2 100644 --- a/asn1/logotype-cert-extn/logotype-cert-extn.cnf +++ b/asn1/logotype-cert-extn/logotype-cert-extn.cnf @@ -14,9 +14,10 @@ LogotypeExtn B "1.3.6.1.5.5.7.1.12" "id-pe-logotype" LogotypeExtn B "1.3.6.1.5.5.7.20.1" "id-pe-logo-loyalty" LogotypeExtn B "1.3.6.1.5.5.7.20.2" "id-pe-logo-background" -#.FN_FTR IA5String - if((hf_index == hf_logotypecertextn_logotypeURI_item) || - (hf_index == hf_logotypecertextn_refStructURI_item)) +#.FN_FTR LogotypeDetails/logotypeURI/_item + PROTO_ITEM_SET_URL(get_ber_last_created_item()); + +#.FN_FTR LogotypeReference/refStructURI/_item PROTO_ITEM_SET_URL(get_ber_last_created_item()); #.NO_EMIT -- cgit v1.2.1