1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
Go to file
Martine Lenders f9b3889e79 sniffer: remove gnrc_netif header; read LQI
Since the device is in raw mode, we don't have any network layer
modules included and we subscribe to `GNRC_NETTYPE_UNDEF` it is safe
to assume that `pkt->next` in `dump_pkt()` is the `gnrc_netif` header.
This only contains GNRC-internal information and should thus be removed
from the dump (though Wireshark seems to be okay with the extra bytes,
a reader of the raw data might be confused).

Since this header however contains the LQI, which the sniffer claims to
output but always returns 0, the LQI value in the `gnrc_netif` header
is read and set before the deletion of that header.
2018-06-18 15:25:54 +02:00
openwsn openwsn: remove vtimer, use xtimer 2016-04-06 13:58:24 +02:00
sniffer sniffer: remove gnrc_netif header; read LQI 2018-06-18 15:25:54 +02:00
spectrum-scanner spectrum-scanner: Application for radio ED scanning 2017-10-23 10:06:19 +02:00
.gitignore git: added .gitignore, copied from RIOT 2015-06-04 12:10:24 +02:00