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 45c170bc83..8fe5e6baa6 100644
--- a/epan/dissectors/packet-who.c
+++ b/epan/dissectors/packet-who.c
@@ -286,7 +286,7 @@ proto_reg_handoff_who(void)
{
dissector_handle_t who_handle;
- who_handle = new_create_dissector_handle(dissect_who, proto_who);
+ who_handle = create_dissector_handle(dissect_who, proto_who);
dissector_add_uint("udp.port", UDP_PORT_WHO, who_handle);
}