diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-12-12 01:14:03 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2004-12-12 01:14:03 +0000 |
commit | 0e528dc7a1f25d52db177c2d016dda013dd0e064 (patch) | |
tree | ac8d5dc3aea52d4ae7bd867d2f5727fed6436e4c /asn1/pkcs1 | |
parent | dab0fabcadb8958a8683bb7125f374ff683074aa (diff) | |
download | wireshark-0e528dc7a1f25d52db177c2d016dda013dd0e064.tar.gz wireshark-0e528dc7a1f25d52db177c2d016dda013dd0e064.tar.bz2 wireshark-0e528dc7a1f25d52db177c2d016dda013dd0e064.zip |
updates from tomas and anders
create some missing makefiles for autogenerated dissectors
finish the transition to the new ber integer dissetor helper signature
and regenerate all ber dissectors
svn path=/trunk/; revision=12724
Diffstat (limited to 'asn1/pkcs1')
-rwxr-xr-x | asn1/pkcs1/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asn1/pkcs1/Makefile b/asn1/pkcs1/Makefile new file mode 100755 index 0000000000..17a493cf52 --- /dev/null +++ b/asn1/pkcs1/Makefile @@ -0,0 +1,4 @@ +../../epan/dissectors/packet-pkcs1.c : ../../tools/asn2eth.py PKCS1.asn packet-pkcs1-template.c packet-pkcs1-template.h pkcs1.cnf + python ../../tools/asn2eth.py -X -b -p pkcs1 -c pkcs1.cnf -s packet-pkcs1-template PKCS1.asn + cp packet-pkcs1.* ../../epan/dissectors + |