1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net/gnrc/netif
Martine S. Lenders 1ca05f0c08 gnrc_netif_ethernet: fix debug output for received packet
A received packet is outputted in DEBUG _after_ it was already parsed,
but with a reference to the already parsed header. The result is that
there can be some garbage in the output and the packet is not dumped in
total. As without parsing we do not have access to the header yet, we
use the `gnrc_netif_addr_to_str()` helper function instead of parsing
the destination address by hand.
2019-09-16 14:01:16 +02:00
..
ethernet gnrc_netif_ethernet: fix debug output for received packet 2019-09-16 14:01:16 +02:00
hdr gnrc_netif_hdr: make in parameters const 2019-02-21 12:43:08 +01:00
ieee802154 gnrc_netif_ieee802154: use gnrc_netif_hdr_set_netif() 2019-07-25 14:56:47 +02:00
include gnrc_netif: add GNRC specific implementation of netif.h 2018-05-29 19:49:29 +02:00
_netif.c gnrc_netif: add GNRC specific implementation of netif.h 2018-05-29 19:49:29 +02:00
gnrc_netif_device_type.c net/l2util: add nimble opt for addr resolution 2019-08-28 16:48:03 +02:00
gnrc_netif_raw.c netstats: collect layer 2 netstats in gnrc_netif 2019-02-01 10:35:03 +02:00
gnrc_netif.c gnrc_netif: allow for wait of minimum time between sends 2019-08-09 10:21:42 +02:00
Makefile gnrc_netif_hdr: move path resolve to gnrc_netif submodule resolution 2018-12-05 15:04:45 +01:00