You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IEEE80211 packet decoder has some support for Action frames, but in many cases it throws an UnpackError and refuses to parse the entire packet if it finds an Action frame it doesn't recognize.
It would be nice if all common Action frames were supported. It would also be nice if instead of throwing an error it would keep the unrecognized Action frame as raw bytes, so the user could decode it themselves.
Additional context
A pcap file with some 802.11 Action frames that dpkt currently can't decode: odid_wifi_sample.zip
The text was updated successfully, but these errors were encountered:
The IEEE80211 packet decoder has some support for Action frames, but in many cases it throws an UnpackError and refuses to parse the entire packet if it finds an Action frame it doesn't recognize.
It would be nice if all common Action frames were supported. It would also be nice if instead of throwing an error it would keep the unrecognized Action frame as raw bytes, so the user could decode it themselves.
Additional context
A pcap file with some 802.11 Action frames that dpkt currently can't decode: odid_wifi_sample.zip
The text was updated successfully, but these errors were encountered: