aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_dsx_rvd.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/msg_dsx_rvd.c')
-rw-r--r--plugins/wimax/msg_dsx_rvd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_dsx_rvd.c b/plugins/wimax/msg_dsx_rvd.c
index 40bf31fd5a..a6ea77eb2f 100644
--- a/plugins/wimax/msg_dsx_rvd.c
+++ b/plugins/wimax/msg_dsx_rvd.c
@@ -101,7 +101,7 @@ proto_reg_handoff_mac_mgmt_msg_dsx_rvd(void)
{
dissector_handle_t handle;
- handle = new_create_dissector_handle(dissect_mac_mgmt_msg_dsx_rvd_decoder, proto_mac_mgmt_msg_dsx_rvd_decoder);
+ handle = create_dissector_handle(dissect_mac_mgmt_msg_dsx_rvd_decoder, proto_mac_mgmt_msg_dsx_rvd_decoder);
dissector_add_uint("wmx.mgmtmsg", MAC_MGMT_MSG_DSX_RVD, handle);
}