ndn-dissect is an NDN packet format inspector. It reads zero or more NDN packets from either an input file or the standard input, and displays the Type-Length-Value (TLV) structure of those packets on the standard output.
Usage example:
- start NFD on the local machine
- run
echo 'HELLO WORLD' | ndnpoke /localhost/demo/hello
- on another console, run
ndnpeek /localhost/demo/hello | ndn-dissect
For more information, consult the manpage.