I'm developing a IEEE802.11
frame parser program using libpcap
inside Linux with raw C
. I can parse RadioTap
and IEEE802.11
headers easily but I can't find out the protocol name which is encapsulated inside the IEEE802.11
MPDU. Unfortunatly there isn't any field in IEEE802.11
header indicating the encapsulated protocol (like protocol
field in Ethernet
header).
Any solution?