blob: 10ef7fe51a356dd1db90e1c588deb0f6fadb9ea7 [file] [log] [blame] [view]
# ndndissect
**ndndissect** 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:
1. start NFD on the local machine
2. run `echo 'HELLO WORLD' | ndnpoke /localhost/demo/hello`
3. on another console, run `ndnpeek /localhost/demo/hello | ndndissect`
For more information, consult the manpage.