aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ieee80211.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ieee80211.c')
-rw-r--r--epan/dissectors/packet-ieee80211.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/dissectors/packet-ieee80211.c b/epan/dissectors/packet-ieee80211.c
index 051a784f3d..a260d1e773 100644
--- a/epan/dissectors/packet-ieee80211.c
+++ b/epan/dissectors/packet-ieee80211.c
@@ -27384,9 +27384,9 @@ proto_reg_handoff_ieee80211(void)
/*
* Get handles for the LLC, IPX and Ethernet dissectors.
*/
- llc_handle = find_dissector("llc");
- ipx_handle = find_dissector("ipx");
- eth_withoutfcs_handle = find_dissector("eth_withoutfcs");
+ llc_handle = find_dissector_add_dependency("llc", proto_wlan);
+ ipx_handle = find_dissector_add_dependency("ipx", proto_wlan);
+ eth_withoutfcs_handle = find_dissector_add_dependency("eth_withoutfcs", proto_wlan);
data_handle = find_dissector("data");
ieee80211_handle = find_dissector("wlan");