1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/net
Martine Lenders 8c77cbb903 gnrc_pktdump: print rest of snip as hex if available
Currently, `gnrc_pktdump` only prints the header part of a snip.
However, if the snip wasn't parsed yet by the corresponding GNRC
module (or the module doesn't exist because the node is e.g. just a
forwarder), additional data might not be printed.

This makes it hard to analyze the data properly (sometimes you not only
want to know where the IPv6 packet is supposed to go, you also want to
know what's in it). So this just prints the rest of the snip as a hex
dump.
2018-05-29 12:33:06 +02:00
..
application_layer gcoap: add asserts for path in gcoap_req_init 2018-05-22 21:28:58 +02:00
crosslayer sys: netopt: add busy option 2018-05-21 16:37:38 +02:00
gnrc gnrc_pktdump: print rest of snip as hex if available 2018-05-29 12:33:06 +02:00
link_layer sys/net: iolist updates 2018-03-06 14:00:32 +01:00
netdev_test sys/net: iolist updates 2018-03-06 14:00:32 +01:00
network_layer sys/icmpv6_hdr_print: replace PRIu8 by PRIu16 2018-05-11 17:41:25 +02:00
routing gnrc: remove legacy network interface structures 2017-11-17 09:20:29 +01:00
skald sys/net: added Skald 2018-04-06 11:18:53 +02:00
sock sys: net: sock: add utility functions 2017-03-28 19:16:27 +02:00
transport_layer net: add tcp_hdr_print 2017-02-07 13:42:41 +01:00
doc.txt doc: add net to sys group 2015-08-30 14:00:33 +02:00