From 210dc9b3019246803f97880802c8faf9a70a4aa8 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 10 Dec 2015 20:57:44 -0500 Subject: new_create_dissector_handle -> create_dissector_handle for plugins. Change-Id: I0d485b1337c669291ad58b6c096657ce2db353c8 Reviewed-on: https://code.wireshark.org/review/12516 Reviewed-by: Michael Mann --- plugins/opcua/opcua.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/opcua') diff --git a/plugins/opcua/opcua.c b/plugins/opcua/opcua.c index daae271a0d..e3f2bf0376 100644 --- a/plugins/opcua/opcua.c +++ b/plugins/opcua/opcua.c @@ -458,7 +458,7 @@ void proto_reg_handoff_opcua(void) if(!opcua_initialized) { - opcua_handle = new_create_dissector_handle(dissect_opcua, proto_opcua); + opcua_handle = create_dissector_handle(dissect_opcua, proto_opcua); opcua_initialized = TRUE; } else -- cgit v1.2.1