Files
ndn-tools/tools/dump
Davide Pesavento 60f8cc12e2 build: switch to C++14
Cleanup core/common.hpp

Change-Id: I6566b0224e24716691d5896462aa7613547ed950
Refs: #3076
2018-06-06 16:25:38 -04:00
..
2017-08-25 23:43:02 -04:00
2018-06-06 16:25:38 -04:00
2016-07-24 20:45:36 +00:00

ndndump

ndndump is a traffic analysis tool that captures Interest, Data, and Nack packets on the wire and displays brief information about captured packets.

Usage example:

  1. start NFD on local machine
  2. create an IPv4 UDP tunnel to a remote machine
  3. cause some traffic going on the tunnel
  4. execute sudo ndndump

For more information, consult the manpage.