aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-obex.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-obex.c')
-rw-r--r--epan/dissectors/packet-obex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-obex.c b/epan/dissectors/packet-obex.c
index 0c75cdeb73..4b85d7b280 100644
--- a/epan/dissectors/packet-obex.c
+++ b/epan/dissectors/packet-obex.c
@@ -3960,7 +3960,7 @@ proto_reg_handoff_obex(void)
dissector_add_for_decode_as("usb.device", obex_handle);
dissector_add_for_decode_as("usb.protocol", obex_handle);
dissector_add_for_decode_as_with_preference("tcp.port", obex_handle);
- dissector_add_for_decode_as("udp.port", obex_handle);
+ dissector_add_for_decode_as_with_preference("udp.port", obex_handle);
}
/*