matt7aylor
Results
2
issues of
matt7aylor
Hi, I'm encountering an issue processing the RadioTap headers of packets correctly on big endian systems. For example: ``` raw = b'\x00\x00\x1a\x00/H\x00\x00\xe1\xd3\xcb\x05\x00\x00\x00\x00@0x\x14@\x01\xac\x00\x00\x00' r = RadioTap(raw) r.show() ``` On big endian...
I am seeing a minor issue on some WiFi packets where some RadioTap fields are not parsed correctly (scapy3k 0.19). For instance, in the example shown below, the dbm_antsignal field...