summaryrefslogtreecommitdiff
path: root/plugins/unistim/packet-unistim.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/unistim/packet-unistim.c')
-rw-r--r--plugins/unistim/packet-unistim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index a93fff9657..9bc39aa84f 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -4056,7 +4056,7 @@ proto_reg_handoff_unistim(void) {
static guint unistim_port;
if (!initialized) {
- unistim_handle=new_create_dissector_handle(dissect_unistim,proto_unistim);
+ unistim_handle=create_dissector_handle(dissect_unistim,proto_unistim);
dissector_add_for_decode_as("udp.port", unistim_handle);
initialized=TRUE;
} else {