mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
1ca05f0c08
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. |
||
---|---|---|
.. | ||
ethernet | ||
hdr | ||
ieee802154 | ||
include | ||
_netif.c | ||
gnrc_netif_device_type.c | ||
gnrc_netif_raw.c | ||
gnrc_netif.c | ||
Makefile |