aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epon.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-epon.c')
-rw-r--r--epan/dissectors/packet-epon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-epon.c b/epan/dissectors/packet-epon.c
index 7a2d04cb38..5bc4046dca 100644
--- a/epan/dissectors/packet-epon.c
+++ b/epan/dissectors/packet-epon.c
@@ -295,7 +295,7 @@ proto_reg_handoff_epon(void)
epon_handle = create_dissector_handle(dissect_epon, proto_epon);
dissector_add_uint("wtap_encap", WTAP_ENCAP_EPON, epon_handle);
- eth_maybefcs_handle = find_dissector("eth_maybefcs");
+ eth_maybefcs_handle = find_dissector_add_dependency("eth_maybefcs", proto_epon);
}
/*