aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-who.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-who.c')
-rw-r--r--epan/dissectors/packet-who.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-who.c b/epan/dissectors/packet-who.c
index f3be5049d1..5876351db0 100644
--- a/epan/dissectors/packet-who.c
+++ b/epan/dissectors/packet-who.c
@@ -301,5 +301,5 @@ proto_reg_handoff_who(void)
dissector_handle_t who_handle;
who_handle = create_dissector_handle(dissect_who, proto_who);
- dissector_add("udp.port", UDP_PORT_WHO, who_handle);
+ dissector_add_uint("udp.port", UDP_PORT_WHO, who_handle);
}