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 radiotap header format is a mechanism to supply additional information about frames, from the driver to userspace applications such as hcxdumptool/hcxlabtool, and from a userspace application to the driver for transmission.
It is definitely not a good idea to remove this header or to use tools which remove this header, because this very useful information get lost!
hcxpcapngtool prints a warning if the radiotap header ismissing:
Information: radiotap header is missing!
Radiotap is a de facto standard for 802.11 frame injection and reception. The radiotap header format is a mechanism to supply additional information about frames, from the driver to userspace applications.
https://www.radiotap.org/
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The radiotap header format is a mechanism to supply additional information about frames, from the driver to userspace applications such as hcxdumptool/hcxlabtool, and from a userspace application to the driver for transmission.
It is definitely not a good idea to remove this header or to use tools which remove this header, because this very useful information get lost!
hcxpcapngtool prints a warning if the radiotap header ismissing:
Beta Was this translation helpful? Give feedback.
All reactions