aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-llt.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-llt.c')
-rw-r--r--epan/dissectors/packet-llt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-llt.c b/epan/dissectors/packet-llt.c
index 1783d61938..8460a18883 100644
--- a/epan/dissectors/packet-llt.c
+++ b/epan/dissectors/packet-llt.c
@@ -138,7 +138,7 @@ proto_reg_handoff_llt(void)
static guint preference_alternate_ethertype_last;
if (!initialized) {
- llt_handle = new_create_dissector_handle(dissect_llt, proto_llt);
+ llt_handle = create_dissector_handle(dissect_llt, proto_llt);
dissector_add_uint("ethertype", ETHERTYPE_LLT, llt_handle);
initialized = TRUE;
} else {