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