summaryrefslogtreecommitdiff
path: root/asn1/h235
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h235')
-rw-r--r--asn1/h235/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h235/Makefile b/asn1/h235/Makefile
index 946fad2430..06df75a45c 100644
--- a/asn1/h235/Makefile
+++ b/asn1/h235/Makefile
@@ -7,7 +7,7 @@ all: generate_dissector
generate_dissector: $(DISSECTOR_FILES)
$(DISSECTOR_FILES): ../../tools/asn2wrs.py packet-h235-template.c packet-h235-template.h h235.cnf
- python ../../tools/asn2wrs.py -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn
+ python ../../tools/asn2wrs.py -p h235 -c h235.cnf -s packet-h235-template H235-SECURITY-MESSAGES.asn H235-SRTP.asn
clean:
rm -f parsetab.py $(DISSECTOR_FILES)