mfontanini / libtins

High-level, multiplatform C++ network packet sniffing and crafting library.
http://libtins.github.io/
BSD 2-Clause "Simplified" License
1.9k stars 375 forks source link

AMSDU frames not supported #422

Open fe64970103 opened 3 years ago

fe64970103 commented 3 years ago

There seems to be no support at all for AMSDU 802.11 frames. As per the standard such frames are aggregates ethernet II type of frames. Unless I'm parsing this frame incorrectly I'm unable to extract each single aggregated PDU.

Attached is a sample pcap capture file.

dot11_packet.zip