aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkix1implicit
diff options
context:
space:
mode:
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-12 01:14:03 +0000
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-12 01:14:03 +0000
commita156675101380991406f5541416ff747c668f01f (patch)
treeac8d5dc3aea52d4ae7bd867d2f5727fed6436e4c /asn1/pkix1implicit
parentb8862e0722562a86b93f2da4e81cda1644ca7314 (diff)
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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12724 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/pkix1implicit')
-rwxr-xr-xasn1/pkix1implicit/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/pkix1implicit/Makefile b/asn1/pkix1implicit/Makefile
new file mode 100755
index 0000000000..e830685e0b
--- /dev/null
+++ b/asn1/pkix1implicit/Makefile
@@ -0,0 +1,5 @@
+
+../../epan/dissectors/packet-pkix1implicit.c : ../../tools/asn2eth.py PKIX1IMPLICIT93.asn packet-pkix1implicit-template.c packet-pkix1implicit-template.h pkix1implicit.cnf
+ python ../../tools/asn2eth.py -e -X -b -p pkix1implicit -c pkix1implicit.cnf -s packet-pkix1implicit-template PKIX1IMPLICIT93.asn
+ cp packet-pkix1implicit.* ../../epan/dissectors
+