aboutsummaryrefslogtreecommitdiffstats
path: root/asn1
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-13 12:53:35 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-13 12:53:35 +0000
commitfed43e3c1203e963aeebe45b85c855d0ed73e76d (patch)
tree3c1c3531b55a6ccbbc5748ab48d2a7f8b52410fa /asn1
parenteeeadf7b7b5cdd76c3fe77edf6d9751ada427706 (diff)
get rid of some asn2eth warnings for x509ce
svn path=/trunk/; revision=12745
Diffstat (limited to 'asn1')
-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);