aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sync.c')
-rw-r--r--epan/dissectors/packet-sync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sync.c b/epan/dissectors/packet-sync.c
index 80a7b2dd94..786bc6b24c 100644
--- a/epan/dissectors/packet-sync.c
+++ b/epan/dissectors/packet-sync.c
@@ -305,7 +305,7 @@ proto_reg_handoff_sync(void)
{
ip_handle = find_dissector_add_dependency("ip", proto_sync);
- dissector_add_for_decode_as("udp.port", sync_handle);
+ dissector_add_for_decode_as_with_preference("udp.port", sync_handle);
}
/*