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