aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/x509ce
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-13 12:53:35 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-13 12:53:35 +0000
commitedcf14c5bb08406649b0d6275de724a3c815471b (patch)
tree3c1c3531b55a6ccbbc5748ab48d2a7f8b52410fa /asn1/x509ce
parent28623593bf1cfd03550f263f86f190011bfbf1f1 (diff)
get rid of some asn2eth warnings for x509ce
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12745 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/x509ce')
-rwxr-xr-xasn1/x509ce/Makefile2
-rw-r--r--asn1/x509ce/x509ce.cnf5
2 files changed, 5 insertions, 2 deletions
diff --git a/asn1/x509ce/Makefile b/asn1/x509ce/Makefile
index ba4103183c..244d28416b 100755
--- a/asn1/x509ce/Makefile
+++ b/asn1/x509ce/Makefile
@@ -1,5 +1,5 @@
-../../epan/dissectors/packet-x509ce.c : ../../tools/asn2eth.py CertificateExtensions.asn packet-x509ce-template.c packet-x509ce-template.h x509ce.cnf ../x509if/x509if-exp.cnf ../x509sat/x509sat-exp.cnf
+../../epan/dissectors/packet-x509ce.c : ../../tools/asn2eth.py CertificateExtensions.asn packet-x509ce-template.c packet-x509ce-template.h x509ce.cnf ../x509if/x509if-exp.cnf ../x509sat/x509sat-exp.cnf ../x509af/x509af-exp.cnf
python ../../tools/asn2eth.py -X -b -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn
cp packet-x509ce.* ../../epan/dissectors
diff --git a/asn1/x509ce/x509ce.cnf b/asn1/x509ce/x509ce.cnf
index fcba1a10ef..a547e1876c 100644
--- a/asn1/x509ce/x509ce.cnf
+++ b/asn1/x509ce/x509ce.cnf
@@ -100,7 +100,10 @@ SkipCerts B "2.5.29.54" "id-ce-inhibitAnyPolicy"
#.TYPE_RENAME
#.FIELD_RENAME
-
+CRLReferral/issuer crlr_issuer
+CertificatePairExactAssertion/issuedToThisCAAssertion cpea_issuedToThisCAAssertion
+CertificatePairExactAssertion/issuedByThisCAAssertion cpea_issuedByThisCAAssertion
+
#.FN_BODY PolicyQualifierId
offset = dissect_ber_object_identifier(FALSE, pinfo, tree, tvb, offset,
hf_x509ce_object_identifier_id, object_identifier_id);