esp8266 / esp8266/Arduino

802.11 packet reassembly

Open
#8,983 5 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.