aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h245/packet-h245-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/h245/packet-h245-template.c')
-rw-r--r--epan/dissectors/asn1/h245/packet-h245-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/h245/packet-h245-template.c b/epan/dissectors/asn1/h245/packet-h245-template.c
index ce66688a6b..a8cad58d47 100644
--- a/epan/dissectors/asn1/h245/packet-h245-template.c
+++ b/epan/dissectors/asn1/h245/packet-h245-template.c
@@ -611,7 +611,7 @@ void proto_reg_handoff_h245(void) {
dissector_add_for_decode_as_with_preference("tcp.port", h245_handle);
- dissector_add_for_decode_as("udp.port", MultimediaSystemControlMessage_handle);
+ dissector_add_for_decode_as_with_preference("udp.port", MultimediaSystemControlMessage_handle);
}
static void init_h245_packet_info(h245_packet_info *pi)