aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/h283/packet-h283-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/h283/packet-h283-template.c')
-rw-r--r--epan/dissectors/asn1/h283/packet-h283-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/h283/packet-h283-template.c b/epan/dissectors/asn1/h283/packet-h283-template.c
index 14f2818ab2..1c4c8503fc 100644
--- a/epan/dissectors/asn1/h283/packet-h283-template.c
+++ b/epan/dissectors/asn1/h283/packet-h283-template.c
@@ -99,7 +99,7 @@ void proto_register_h283(void) {
/*--- proto_reg_handoff_h283 -------------------------------------------*/
void proto_reg_handoff_h283(void)
{
- dissector_add_for_decode_as("udp.port", h283_udp_handle);
+ dissector_add_for_decode_as_with_preference("udp.port", h283_udp_handle);
rdc_pdu_handle = find_dissector_add_dependency("rdc", proto_h283);
rdc_device_list_handle = find_dissector_add_dependency("rdc.device_list", proto_h283);