aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixcmp/Makefile
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-24 12:39:21 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-12-24 12:39:21 +0000
commite0945a4762741e52d5f34ca71dd1de395ccfd16d (patch)
tree88d4b3d59acd7fc7d4f7834580e33410d5ee0261 /asn1/pkixcmp/Makefile
parent0d1474e9a7cbb0d82675079706cab2960568c16a (diff)
New protocol RFC2510 PKIXCMP Certificate Management Protocol
svn path=/trunk/; revision=12828
Diffstat (limited to 'asn1/pkixcmp/Makefile')
-rwxr-xr-xasn1/pkixcmp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/pkixcmp/Makefile b/asn1/pkixcmp/Makefile
new file mode 100755
index 0000000000..52b197e94f
--- /dev/null
+++ b/asn1/pkixcmp/Makefile
@@ -0,0 +1,5 @@
+
+../../epan/dissectors/packet-cmp.c : ../../tools/asn2eth.py CMP.asn packet-cmp-template.c packet-cmp-template.h cmp.cnf
+ python ../../tools/asn2eth.py -X -b -e -p cmp -c cmp.cnf -s packet-cmp-template CMP.asn
+ cp packet-cmp.* ../../epan/dissectors
+