phaethon / kamene

Network packet and pcap file crafting/sniffing/manipulation/visualization security tool. Originally forked from scapy in 2015 and providing python3 compatibility since then.
GNU General Public License v2.0
863 stars 192 forks source link

Patch to enable FCS #38

Open dosefs opened 8 years ago

dosefs commented 8 years ago

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.

phaethon commented 8 years ago

Please, test the latest commit. Can you create test case for regression.uts?