aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bofl.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-bofl.c')
-rw-r--r--epan/dissectors/packet-bofl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-bofl.c b/epan/dissectors/packet-bofl.c
index 92969ad6d6..672672ea53 100644
--- a/epan/dissectors/packet-bofl.c
+++ b/epan/dissectors/packet-bofl.c
@@ -130,7 +130,7 @@ proto_reg_handoff_bofl(void)
{
dissector_handle_t bofl_handle;
- bofl_handle = new_create_dissector_handle(dissect_bofl, proto_bofl);
+ bofl_handle = create_dissector_handle(dissect_bofl, proto_bofl);
dissector_add_uint("ethertype", ETHER_TYPE_BOFL, bofl_handle);
}