hello, i have been sniffing using wireshark and wanted to know about the 802.11 radio tap header whichshows the rssi values. where is the radio tap header located in the 802.11 frame structure? thank you asked 30 Sep '16, 21:30 misbah |
One Answer:
The radiotap header is not part of the 802.11 frame structure. It is a container for frame metadata which has been developed, like other pseudo-headers, in the absence of any dedicated container for metadata in the pcap file format. The newer pcapng format has introduced the idea of providing space for metadata clearly separated from the actual frame bytes, yet there is no proposed standard for any pcapng container replacing the radiotap header. More details about the radiotap header can be found at its home page. There are also competing solutions to the same issue, like e.g. the TZSP. answered 01 Oct '16, 00:40 sindy |