aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sap.c')
-rw-r--r--epan/dissectors/packet-sap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sap.c b/epan/dissectors/packet-sap.c
index 7701627724..6dc2c036e1 100644
--- a/epan/dissectors/packet-sap.c
+++ b/epan/dissectors/packet-sap.c
@@ -383,7 +383,7 @@ proto_reg_handoff_sap(void)
dissector_handle_t sap_handle;
sap_handle = create_dissector_handle(dissect_sap, proto_sap);
- dissector_add_uint("udp.port", UDP_PORT_SAP, sap_handle);
+ dissector_add_uint_with_preference("udp.port", UDP_PORT_SAP, sap_handle);
/*
* Get a handle for the SDP dissector.