-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Brief description
RadioTap layer seems to confuse what the Frequency is vs. what the Channel is.
Environment
scapy===git-archive.deve44bd373f
3.6
Ubuntu 18.04
How to reproduce
- Simply capture 802.11 traffic and check out the "Channel" field.
Actual result
- Channel values such as
2452
Expected result
- The actual channel, such as channel 9 in the above example.
- A separate field called "Frequency" that would contain
2452
from above.