aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telkonet.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-telkonet.c')
-rw-r--r--epan/dissectors/packet-telkonet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-telkonet.c b/epan/dissectors/packet-telkonet.c
index 536df887d5..6813db71a9 100644
--- a/epan/dissectors/packet-telkonet.c
+++ b/epan/dissectors/packet-telkonet.c
@@ -103,7 +103,7 @@ proto_reg_handoff_telkonet(void)
{
dissector_handle_t telkonet_handle;
- eth_withoutfcs_handle = find_dissector("eth_withoutfcs");
+ eth_withoutfcs_handle = find_dissector_add_dependency("eth_withoutfcs", proto_telkonet);
telkonet_handle = create_dissector_handle(dissect_telkonet, proto_telkonet);
dissector_add_uint("ethertype", ETHERTYPE_TELKONET, telkonet_handle);