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/ethernet
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
..
gnrc_netif_ethernet.c gnrc_netif_ethernet: fix debug output for received packet 2019-09-16 14:01:16 +02:00
Makefile gnrc_netif: make link-layer specific operations proper submodules 2018-12-05 15:04:04 +01:00