aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cms/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cms/Makefile')
-rwxr-xr-xasn1/cms/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/asn1/cms/Makefile b/asn1/cms/Makefile
new file mode 100755
index 0000000000..3124abcd03
--- /dev/null
+++ b/asn1/cms/Makefile
@@ -0,0 +1,5 @@
+
+../../epan/dissectors/packet-cms.c : ../../tools/asn2eth.py CryptographicMessageSyntax.asn packet-cms-template.c packet-cms-template.h cms.cnf
+ python ../../tools/asn2eth.py -X -b -k -e -p cms -c cms.cnf -s packet-cms-template CryptographicMessageSyntax.asn
+ cp packet-cms.* ../../epan/dissectors
+