aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wreth.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wreth.c')
-rw-r--r--epan/dissectors/packet-wreth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wreth.c b/epan/dissectors/packet-wreth.c
index e022faf27a..4eaf03ea59 100644
--- a/epan/dissectors/packet-wreth.c
+++ b/epan/dissectors/packet-wreth.c
@@ -1997,7 +1997,7 @@ void proto_reg_handoff_wreth(void)
{
dissector_handle_t wreth_handle;
- wreth_handle = new_create_dissector_handle(dissect_wreth, wreth_proto);
+ wreth_handle = create_dissector_handle(dissect_wreth, wreth_proto);
dissector_add_uint("ethertype", WRETH_PORT, wreth_handle);
}