diff options
Diffstat (limited to 'proto_80211_mac_hdr.c')
-rw-r--r-- | proto_80211_mac_hdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proto_80211_mac_hdr.c b/proto_80211_mac_hdr.c index 1a4f7cc..5fdfa97 100644 --- a/proto_80211_mac_hdr.c +++ b/proto_80211_mac_hdr.c @@ -3257,7 +3257,7 @@ static void ieee80211(struct pkt_buff *pkt) tprintf("\n"); -// pkt_set_proto(pkt, &ieee802_lay2, ntohs(eth->h_proto)); +// pkt_set_dissector(pkt, &ieee802_lay2, ntohs(eth->h_proto)); } static void ieee80211_less(struct pkt_buff *pkt __maybe_unused) |