update to x509if autogenerate the exports conformance file and create a small makefile since i am tired of typing that long command line every time

svn path=/trunk/; revision=12555
This commit is contained in:
Ronnie Sahlberg 2004-11-21 08:22:21 +00:00
parent e097f046b5
commit 8b9b044698
8 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@
#.MODULE_IMPORT
InformationFramework x509if
#.INCLUDE ../x509if/x509if_exp.cnf
#.INCLUDE ../x509if/x509if-exp.cnf
#.EXPORTS
CMIPAbortInfo

View File

@ -8,7 +8,7 @@ AuthenticationFramework x509af
InformationFramework x509if
#.INCLUDE ../x509af/x509af_exp.cnf
#.INCLUDE ../x509if/x509if_exp.cnf
#.INCLUDE ../x509if/x509if-exp.cnf
#.EXPORTS
ContentInfo

View File

@ -9,7 +9,7 @@ CertificateExtensions x509ce
SelectedAttributeTypes x509sat
#.INCLUDE ../x509ce/x509ce_exp.cnf
#.INCLUDE ../x509if/x509if_exp.cnf
#.INCLUDE ../x509if/x509if-exp.cnf
#.INCLUDE ../x509sat/x509sat_exp.cnf
#.EXPORTS

View File

@ -8,7 +8,7 @@ InformationFramework x509if
AuthenticationFramework x509af
SelectedAttributeTypes x509sat
#.INCLUDE ../x509if/x509if_exp.cnf
#.INCLUDE ../x509if/x509if-exp.cnf
#.INCLUDE ../x509af/x509af_exp.cnf
#.INCLUDE ../x509sat/x509sat_exp.cnf

5
asn1/x509if/Makefile Executable file
View File

@ -0,0 +1,5 @@
../../epan/dissectors/packet-x509if.c : ../../tools/asn2eth.py InformationFramework.asn packet-x509if-template.c packet-x509if-template.h x509if.cnf ../x509sat/x509sat_exp.cnf
python ../../tools/asn2eth.py -X -b -k -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn
cp packet-x509if.* ../../epan/dissectors

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
/* ./packet-x509if.c */
/* ../../tools/asn2eth.py -X -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn */
/* ../../tools/asn2eth.py -X -b -k -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn */
/* Input file: packet-x509if-template.c */

View File

@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Ethereal dissector compiler */
/* ./packet-x509if.h */
/* ../../tools/asn2eth.py -X -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn */
/* ../../tools/asn2eth.py -X -b -k -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn */
/* Input file: packet-x509if-template.h */