aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h245
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/h245')
-rw-r--r--asn1/h245/packet-h245-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h245/packet-h245-template.c b/asn1/h245/packet-h245-template.c
index 8b05e30c3f..451e85f8f9 100644
--- a/asn1/h245/packet-h245-template.c
+++ b/asn1/h245/packet-h245-template.c
@@ -581,9 +581,9 @@ void proto_reg_handoff_h245(void) {
h245_handle = find_dissector("h245");
- dissector_add_handle("tcp.port", h245_handle);
+ dissector_add_for_decode_as("tcp.port", h245_handle);
MultimediaSystemControlMessage_handle = find_dissector("h245dg");
- dissector_add_handle("udp.port", MultimediaSystemControlMessage_handle);
+ dissector_add_for_decode_as("udp.port", MultimediaSystemControlMessage_handle);
}
static void init_h245_packet_info(h245_packet_info *pi)