kamene
kamene copied to clipboard
Patch to enable FCS
Hello, would you consider applying the dot11.patch file in this link?
https://bitbucket.org/secdev/scapy/issues/109/incorrect-parsing-of-80211-frame-with
When Scapy is used with wireless drivers that pass the FCS to userland, it gets confused. For Beacon frames, for example, it parses the FCS as an extra Dot11Elt layer. This patch fixes this issue.
It works with Scapy 2.2.0. I don't know if it would require some changes to work with your fork though.
Please, test the latest commit. Can you create test case for regression.uts?