aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimax/msg_clk_cmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimax/msg_clk_cmp.c')
-rw-r--r--plugins/wimax/msg_clk_cmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimax/msg_clk_cmp.c b/plugins/wimax/msg_clk_cmp.c
index e1ef72b562..5958bafbaf 100644
--- a/plugins/wimax/msg_clk_cmp.c
+++ b/plugins/wimax/msg_clk_cmp.c
@@ -144,7 +144,7 @@ proto_reg_handoff_mac_mgmt_msg_clk_cmp(void)
{
dissector_handle_t handle;
- handle = new_create_dissector_handle(dissect_mac_mgmt_msg_clk_cmp_decoder, proto_mac_mgmt_msg_clk_cmp_decoder);
+ handle = create_dissector_handle(dissect_mac_mgmt_msg_clk_cmp_decoder, proto_mac_mgmt_msg_clk_cmp_decoder);
dissector_add_uint("wmx.mgmtmsg", MAC_MGMT_MSG_CLK_CMP, handle);
}