aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-tacacs.c')
-rw-r--r--epan/dissectors/packet-tacacs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tacacs.c b/epan/dissectors/packet-tacacs.c
index 6c2c901bb9..ec90469db7 100644
--- a/epan/dissectors/packet-tacacs.c
+++ b/epan/dissectors/packet-tacacs.c
@@ -283,7 +283,7 @@ proto_reg_handoff_tacacs(void)
dissector_handle_t tacacs_handle;
tacacs_handle = create_dissector_handle(dissect_tacacs, proto_tacacs);
- dissector_add_uint("udp.port", UDP_PORT_TACACS, tacacs_handle);
+ dissector_add_uint_with_preference("udp.port", UDP_PORT_TACACS, tacacs_handle);
}
static int proto_tacplus = -1;