summaryrefslogtreecommitdiff
path: root/plugins/m2m
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/m2m')
-rw-r--r--plugins/m2m/packet-m2m.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/m2m/packet-m2m.c b/plugins/m2m/packet-m2m.c
index 8eea8550ea..022b4f537a 100644
--- a/plugins/m2m/packet-m2m.c
+++ b/plugins/m2m/packet-m2m.c
@@ -809,7 +809,7 @@ void proto_reg_handoff_m2m(void)
{
dissector_handle_t m2m_handle;
- m2m_handle = new_create_dissector_handle(dissect_m2m, proto_m2m);
+ m2m_handle = create_dissector_handle(dissect_m2m, proto_m2m);
dissector_add_uint("ethertype", ETHERTYPE_WMX_M2M, m2m_handle);
/* find the wimax handlers */