aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mih.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-mih.c')
-rw-r--r--epan/dissectors/packet-mih.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mih.c b/epan/dissectors/packet-mih.c
index 31c7a89e88..c5c885115b 100644
--- a/epan/dissectors/packet-mih.c
+++ b/epan/dissectors/packet-mih.c
@@ -4872,7 +4872,7 @@ void proto_reg_handoff_mih(void)
mih_handle = create_dissector_handle(dissect_mih, proto_mih);
/*Layer 3 handle*/
dissector_add_uint("udp.port", MIH_PORT, mih_handle);
- dissector_add_uint("tcp.port", MIH_PORT, mih_handle);
+ dissector_add_uint_with_preference("tcp.port", MIH_PORT, mih_handle);
/*Layer 2 handle*/
dissector_add_uint("ethertype", ETHERTYPE_MIH, mih_handle);