-
- Downloads
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.
Please register or sign in to comment