802.11 packet reassembly
- Dominant language
- C++
- Stars
- 16.7k
- Forks
- 13.1k
- PR merge metrics
- No merged PRs in 30d
Description
#### Platform
- Hardware: ESP-12e
- Core Version: Latest
- Development Env: Platformio
- Operating System: Windows
### Settings in IDE
- Module: Generic ESP8266 Module
- Flash Size: 1MB
- lwip Variant: Higher Bandwidth
- Upload Using: SERIAL
- Upload Speed: 115200
### Problem Description
I am attempting to capture a 802.11n packet stream from an iot device,
I was noticing im losing most of the packets, and after analyzing them i figured im losing all of the packets which are fragmented on the 802.11 layer (layer 2)
I have found information online on enabling layer 3 fragmanation and udp fragmanation, but nothing on the 802.11 fragmantation
I would love it if you can point me in the right direction
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.