aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-macsec.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-macsec.c')
-rw-r--r--epan/dissectors/packet-macsec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-macsec.c b/epan/dissectors/packet-macsec.c
index f70ae6d590..ca2e13ea7f 100644
--- a/epan/dissectors/packet-macsec.c
+++ b/epan/dissectors/packet-macsec.c
@@ -193,7 +193,7 @@ proto_reg_handoff_macsec(void)
{
dissector_handle_t macsec_handle;
data_handle = find_dissector("data");
- macsec_handle = new_create_dissector_handle(dissect_macsec, proto_macsec);
+ macsec_handle = create_dissector_handle(dissect_macsec, proto_macsec);
dissector_add_uint("ethertype", ETHERTYPE_MACSEC, macsec_handle);
}