aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_rng_req.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/msg_rng_req.c')
-rw-r--r--plugins/wimax/msg_rng_req.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_rng_req.c b/plugins/wimax/msg_rng_req.c
index 834270830c..cad39d71db 100644
--- a/plugins/wimax/msg_rng_req.c
+++ b/plugins/wimax/msg_rng_req.c
@@ -624,7 +624,7 @@ void proto_reg_handoff_mac_mgmt_msg_rng_req(void)
{
dissector_handle_t rng_req_handle;
- rng_req_handle = new_create_dissector_handle(dissect_mac_mgmt_msg_rng_req_decoder, proto_mac_mgmt_msg_rng_req_decoder);
+ rng_req_handle = create_dissector_handle(dissect_mac_mgmt_msg_rng_req_decoder, proto_mac_mgmt_msg_rng_req_decoder);
dissector_add_uint("wmx.mgmtmsg", MAC_MGMT_MSG_RNG_REQ, rng_req_handle);
}