aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lapbether.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-lapbether.c')
-rw-r--r--epan/dissectors/packet-lapbether.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-lapbether.c b/epan/dissectors/packet-lapbether.c
index 7b9d8b1e1d..9e018b4166 100644
--- a/epan/dissectors/packet-lapbether.c
+++ b/epan/dissectors/packet-lapbether.c
@@ -97,7 +97,7 @@ proto_reg_handoff_lapbether(void)
*/
lapb_handle = find_dissector("lapb");
- lapbether_handle = new_create_dissector_handle(dissect_lapbether,
+ lapbether_handle = create_dissector_handle(dissect_lapbether,
proto_lapbether);
dissector_add_uint("ethertype", ETHERTYPE_DEC, lapbether_handle);