aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipfc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ipfc.c')
-rw-r--r--epan/dissectors/packet-ipfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipfc.c b/epan/dissectors/packet-ipfc.c
index 190e2acd4d..efceca2bdb 100644
--- a/epan/dissectors/packet-ipfc.c
+++ b/epan/dissectors/packet-ipfc.c
@@ -126,7 +126,7 @@ proto_reg_handoff_ipfc (void)
ipfc_handle = create_dissector_handle (dissect_ipfc, proto_ipfc);
dissector_add_uint("wtap_encap", WTAP_ENCAP_IP_OVER_FC, ipfc_handle);
- llc_handle = find_dissector ("llc");
+ llc_handle = find_dissector_add_dependency("llc", proto_ipfc);
register_capture_dissector("wtap_encap", WTAP_ENCAP_IP_OVER_FC, capture_ipfc, proto_ipfc);
}