blob: cf46ab1cb32d96c828c5c9981cf06f83be259b47 [file] [log] [blame] [view]
Junxiao Shib99fb2b2015-06-19 15:10:11 -07001# ndndump
2
Vince Lehmanf8852b32016-03-07 15:51:42 -06003**ndndump** is a traffic analysis tool that captures Interest, Data, and Nack packets on the wire
Junxiao Shib99fb2b2015-06-19 15:10:11 -07004and displays brief information about captured packets.
5
6Usage example:
7
81. start NFD on local machine
92. create an IPv4 UDP tunnel to a remote machine
103. cause some traffic going on the tunnel
114. execute `sudo ndndump`
12
13For more information, consult the manpage.