1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net/gnrc
Martine S. Lenders d43384d238
gnrc_pktdump: remove some duplicate calls to od_hex_dump()
`od_hex_dump()` is called if `hdr_len < pkt->size` to print the rest
after `hdr_len` of `pkt`. So if we just leave `hdr_len = 0` instead of
calling `od_hex_dump()` for every other NETTYPE, we achieve the same
effect.

As it is more effective (and already done in some cases) to re-set
`hdr_len` when the header was printed, we initialize `hdr_len` first
with 0 now.
2020-05-05 21:05:00 +02:00
..
application_layer gnrc_dhcpv6_client: fix for SLIP link-layer 2020-04-07 22:08:57 +02:00
link_layer gnrc_netif_xxx_create: use external netif allocation 2020-03-26 11:12:23 +01:00
netapi gnrc_netapi: report errors on dispatch 2020-02-11 18:16:02 +01:00
netif Merge pull request #13912 from benpicco/at86rf215-mr-qpsk 2020-04-29 12:44:00 +02:00
netreg gnrc_netreg: use thread_has_msg_queue() for msg queue check 2018-12-19 15:39:50 +01:00
nettest gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
network_layer gnrc_ipv6_nib: 6ln: use interface-specific DR for address registration 2020-04-25 01:20:55 +02:00
pkt gnrc: cleanup and corrections in gnrc_pkt 2017-04-22 20:56:54 +02:00
pktbuf gnrc/pktbuf: remove obsolete sys/uio.h include 2019-07-04 16:12:57 +02:00
pktbuf_malloc gnrc_pktbuf_malloc: Terminate when fuzzing packet is freed 2020-04-07 17:48:39 +02:00
pktbuf_static gnrc_pktbuf_static: unify NULL pointer output for stats 2019-10-23 14:56:29 +02:00
pktdump gnrc_pktdump: remove some duplicate calls to od_hex_dump() 2020-05-05 21:05:00 +02:00
priority_pktqueue gnrc_priority_queue: updated coding style. 2017-06-22 11:36:55 +02:00
routing/rpl gnrc_netif: use gnrc_netif_single where possible 2020-03-17 10:54:30 +01:00
sock gnrc_sock: Implement termination condition for fuzzing 2020-04-07 17:48:39 +02:00
transport_layer gnrc_tcp: disable checksum checks during fuzzing 2020-04-17 17:11:15 +02:00
doc.txt sys/net/gnrc: Add GNRC configuration Doxygen group 2019-12-06 12:18:03 +01:00
Kconfig gnrc/ipv6: Group IPv6 related Kconfig files 2020-04-01 14:34:13 +02:00
Makefile gnrc_tftp: remove module 2020-02-20 12:04:01 +01:00