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/wimax/msg_dsc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/wimax/msg_dsc.c') diff --git a/plugins/wimax/msg_dsc.c b/plugins/wimax/msg_dsc.c index 6c45ebf58f..33c3a5bb06 100644 --- a/plugins/wimax/msg_dsc.c +++ b/plugins/wimax/msg_dsc.c @@ -166,7 +166,7 @@ void proto_register_mac_mgmt_msg_dsc(void) proto_register_field_array(proto_mac_mgmt_msg_dsc_decoder, hf, array_length(hf)); proto_register_subtree_array(ett, array_length(ett)); - new_register_dissector("mac_mgmt_msg_dsc_rsp_handler", dissect_mac_mgmt_msg_dsc_rsp_decoder, -1); + register_dissector("mac_mgmt_msg_dsc_rsp_handler", dissect_mac_mgmt_msg_dsc_rsp_decoder, -1); } void -- cgit v1.2.3