aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dsc.c
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-12-10 20:56:03 -0500
committerMichael Mann <mmann78@netscape.net>2015-12-11 03:42:37 +0000
commit1474f49f190e5cee4d049d91d360c3d7780ec3d8 (patch)
tree54f2d16e3184f70ce00d90cce79f0f0ed0635f8b /plugins/wimax/msg_dsc.c
parentad328d97a6cd9253c6fbd74b6ccca6c10be58201 (diff)
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 <mmann78@netscape.net>
Diffstat (limited to 'plugins/wimax/msg_dsc.c')
-rw-r--r--plugins/wimax/msg_dsc.c2
1 files changed, 1 insertions, 1 deletions
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