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