tree: e310631dcc9b0faf7e78308814d199885ea8aba7 [path history] [tgz]
  1. main.cpp
  2. ndn-dissect.cpp
  3. ndn-dissect.hpp
  4. README.md
  5. wscript
tools/dissect/README.md

ndn-dissect

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:

  1. start NFD on local machine
  2. execute echo 'HELLO WORLD' | ndnpoke ndn:/localhost/demo/hello
  3. on another console, execute ndnpeek ndn:/localhost/demo/hello | ndn-dissect

For more information, consult the manpage.