summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-12 01:29:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-12 01:29:21 +0000
commitbc3979ee23043a5a62c319bc427d9950883f0da7 (patch)
tree06ffb1c6a72a6c09d01f24719fa2ee1f07db1b34 /asn1
parent0e528dc7a1f25d52db177c2d016dda013dd0e064 (diff)
downloadwireshark-bc3979ee23043a5a62c319bc427d9950883f0da7.tar.gz
minor updates, get rid of temporary files during dissection
svn path=/trunk/; revision=12725
Diffstat (limited to 'asn1')
-rwxr-xr-xasn1/pkixtsp/Makefile2
-rwxr-xr-xasn1/smrse/Makefile2
-rwxr-xr-xasn1/x509af/Makefile2
-rwxr-xr-xasn1/x509ce/Makefile2
-rwxr-xr-xasn1/x509if/Makefile2
-rwxr-xr-xasn1/x509sat/Makefile2
6 files changed, 6 insertions, 6 deletions
diff --git a/asn1/pkixtsp/Makefile b/asn1/pkixtsp/Makefile
index 5181ff1160..e033cdaca6 100755
--- a/asn1/pkixtsp/Makefile
+++ b/asn1/pkixtsp/Makefile
@@ -1,5 +1,5 @@
../../epan/dissectors/packet-pkixtsp.c : ../../tools/asn2eth.py PKIXTSP.asn packet-pkixtsp-template.c packet-pkixtsp-template.h pkixtsp.cnf
- python ../../tools/asn2eth.py -X -b -k -e -p pkixtsp -c pkixtsp.cnf -s packet-pkixtsp-template PKIXTSP.asn
+ python ../../tools/asn2eth.py -X -b -e -p pkixtsp -c pkixtsp.cnf -s packet-pkixtsp-template PKIXTSP.asn
cp packet-pkixtsp.* ../../epan/dissectors
diff --git a/asn1/smrse/Makefile b/asn1/smrse/Makefile
index 07a684e36c..769adad0bf 100755
--- a/asn1/smrse/Makefile
+++ b/asn1/smrse/Makefile
@@ -1,5 +1,5 @@
../../epan/dissectors/packet-smrse.c : ../../tools/asn2eth.py SMRSE.asn packet-smrse-template.c packet-smrse-template.h smrse.cnf
- python ../../tools/asn2eth.py -X -b -k -e -p smrse -c smrse.cnf -s packet-smrse-template SMRSE.asn
+ python ../../tools/asn2eth.py -X -b -e -p smrse -c smrse.cnf -s packet-smrse-template SMRSE.asn
cp packet-smrse.* ../../epan/dissectors
diff --git a/asn1/x509af/Makefile b/asn1/x509af/Makefile
index e0100d4649..5bf2d2e2f2 100755
--- a/asn1/x509af/Makefile
+++ b/asn1/x509af/Makefile
@@ -1,5 +1,5 @@
../../epan/dissectors/packet-x509af.c : ../../tools/asn2eth.py AuthenticationFramework.asn packet-x509af-template.c packet-x509af-template.h x509af.cnf ../x509if/x509if-exp.cnf ../x509sat/x509sat-exp.cnf ../x509ce/x509ce-exp.cnf
- python ../../tools/asn2eth.py -X -b -k -e -p x509af -c x509af.cnf -s packet-x509af-template AuthenticationFramework.asn
+ python ../../tools/asn2eth.py -X -b -e -p x509af -c x509af.cnf -s packet-x509af-template AuthenticationFramework.asn
cp packet-x509af.* ../../epan/dissectors
diff --git a/asn1/x509ce/Makefile b/asn1/x509ce/Makefile
index ca6ec71f6d..ba4103183c 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
- python ../../tools/asn2eth.py -X -b -k -e -p x509ce -c x509ce.cnf -s packet-x509ce-template CertificateExtensions.asn
+ 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/x509if/Makefile b/asn1/x509if/Makefile
index 089f432888..2d354e3586 100755
--- a/asn1/x509if/Makefile
+++ b/asn1/x509if/Makefile
@@ -1,5 +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
+ python ../../tools/asn2eth.py -X -b -e -p x509if -c x509if.cnf -s packet-x509if-template InformationFramework.asn
cp packet-x509if.* ../../epan/dissectors
diff --git a/asn1/x509sat/Makefile b/asn1/x509sat/Makefile
index f7d8a4c5ce..805e1535c7 100755
--- a/asn1/x509sat/Makefile
+++ b/asn1/x509sat/Makefile
@@ -1,5 +1,5 @@
../../epan/dissectors/packet-x509sat.c : ../../tools/asn2eth.py SelectedAttributeTypes.asn packet-x509sat-template.c packet-x509sat-template.h x509sat.cnf ../x509if/x509if-exp.cnf
- python ../../tools/asn2eth.py -X -b -k -e -p x509sat -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
+ python ../../tools/asn2eth.py -X -b -e -p x509sat -c x509sat.cnf -s packet-x509sat-template SelectedAttributeTypes.asn
cp packet-x509sat.* ../../epan/dissectors