aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/ethercat/packet-ioraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ethercat/packet-ioraw.c')
-rw-r--r--plugins/ethercat/packet-ioraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ethercat/packet-ioraw.c b/plugins/ethercat/packet-ioraw.c
index 5171f802b2..125de9ebbe 100644
--- a/plugins/ethercat/packet-ioraw.c
+++ b/plugins/ethercat/packet-ioraw.c
@@ -113,7 +113,7 @@ void proto_reg_handoff_ioraw(void)
{
dissector_handle_t ioraw_handle;
- ioraw_handle = new_create_dissector_handle(dissect_ioraw, proto_ioraw);
+ ioraw_handle = create_dissector_handle(dissect_ioraw, proto_ioraw);
dissector_add_uint("ecatf.type", 3, ioraw_handle);
}