aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sametime.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sametime.c')
-rw-r--r--epan/dissectors/packet-sametime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sametime.c b/epan/dissectors/packet-sametime.c
index 3c686d728e..28db6da0d0 100644
--- a/epan/dissectors/packet-sametime.c
+++ b/epan/dissectors/packet-sametime.c
@@ -923,7 +923,7 @@ proto_reg_handoff_sametime(void)
static guint saved_sametime_tcp_port;
if (!initialized) {
- sametime_handle = new_create_dissector_handle(dissect_sametime, proto_sametime);
+ sametime_handle = create_dissector_handle(dissect_sametime, proto_sametime);
stats_tree_register("sametime", "sametime", "Sametime/Messages", 0,
sametime_stats_tree_packet,
sametime_stats_tree_init, NULL );