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