aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-hsr.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-hsr.c')
-rw-r--r--epan/dissectors/packet-hsr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-hsr.c b/epan/dissectors/packet-hsr.c
index 8a063c1897..f8e3a347f9 100644
--- a/epan/dissectors/packet-hsr.c
+++ b/epan/dissectors/packet-hsr.c
@@ -189,7 +189,7 @@ void proto_register_hsr(void)
void proto_reg_handoff_hsr(void)
{
dissector_handle_t hsr_frame_handle;
- hsr_frame_handle = new_create_dissector_handle(dissect_hsr_frame, proto_hsr);
+ hsr_frame_handle = create_dissector_handle(dissect_hsr_frame, proto_hsr);
dissector_add_uint("ethertype", ETHERTYPE_HSR, hsr_frame_handle);
ethertype_subdissector_table = find_dissector_table("ethertype");