From 1474f49f190e5cee4d049d91d360c3d7780ec3d8 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Thu, 10 Dec 2015 20:56:03 -0500 Subject: new_register_dissector -> register_dissector for remaining uses. Mostly plugins, but also LUA and generated skinny dissector. Change-Id: Ifeb4205442f9a60875266b4e82841ff38b4fdb63 Reviewed-on: https://code.wireshark.org/review/12515 Reviewed-by: Michael Mann --- plugins/wimaxasncp/packet-wimaxasncp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/wimaxasncp') diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c index d769d4643d..f22dfa9f78 100644 --- a/plugins/wimaxasncp/packet-wimaxasncp.c +++ b/plugins/wimaxasncp/packet-wimaxasncp.c @@ -3404,7 +3404,7 @@ proto_register_wimaxasncp(void) /* Register this dissector by name */ - new_register_dissector("wimaxasncp", dissect_wimaxasncp, proto_wimaxasncp); + register_dissector("wimaxasncp", dissect_wimaxasncp, proto_wimaxasncp); /* Register preferences module (See Section 2.6 for more on * preferences) */ -- cgit v1.2.1