JulianSchmid / etherparse

A rust library for parsing ethernet & ethernet using protocols.
Apache License 2.0
285 stars 54 forks source link

Support for 802.11 (WLAN) packets #83

Open FeldrinH opened 5 months ago

FeldrinH commented 5 months ago

I don't know if this would be out of scope, but one protocol that seems to be currently unsupported by this library is 802.11 (https://wiki.wireshark.org/Wi-Fi). It would be useful to support at least some subset of it, possibly falling back to raw bytes for complex and more niche frame types.