1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
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 Merge pull request #13726 from benpicco/nanocoap-payload_helper 2020-05-03 08:56:30 -04:00
ble ble/skald: remove broken assert in init() 2019-09-26 22:07:23 +02:00
credman sys/net: add credman (D)TLS credential manager 2019-07-19 13:56:21 +02:00
crosslayer ieee802154: add definitions & config options for MR-O-QPSK 2020-04-29 10:41:37 +02:00
gnrc gnrc_pktdump: remove some duplicate calls to od_hex_dump() 2020-05-05 21:05:00 +02:00
link_layer ieee802154: Expose configurations to Kconfig 2020-04-08 18:28:23 +02:00
netdev_test
netif netif: introduce descriptor based netif 2019-10-11 10:59:14 +02:00
network_layer sys/net: fix typos 2019-11-23 22:39:38 +01:00
routing net: Remove NHDP module 2020-02-18 13:20:05 +01:00
sock sock_async_event: update for async callback argument support 2020-03-11 16:54:12 +01:00
transport_layer
doc.txt
Kconfig Merge pull request #13315 from jia200x/pr/kconfig/ieee802154 2020-04-08 19:34:55 +02:00