aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-yami.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-yami.c')
-rw-r--r--epan/dissectors/packet-yami.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-yami.c b/epan/dissectors/packet-yami.c
index a1e4bc91e4..cbf51c8f5e 100644
--- a/epan/dissectors/packet-yami.c
+++ b/epan/dissectors/packet-yami.c
@@ -596,7 +596,7 @@ proto_register_yami(void)
"To use this option, you must also enable \"Allow subdissectors to reassemble TCP streams\" in the TCP protocol settings.",
&yami_desegment);
- yami_handle = new_create_dissector_handle(dissect_yami, proto_yami);
+ yami_handle = create_dissector_handle(dissect_yami, proto_yami);
}
void