blob: 76e1ad129f0c08408701c2cc062c93e5765d8c2d [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
Davide Pesaventodb9613e2023-01-20 20:52:21 -050081. start NFD on the local machine
92. create a UDP tunnel to a remote machine
103. run `sudo ndndump`
114. cause some NDN traffic to be sent/received on the tunnel
125. observe the output of `ndndump`
Junxiao Shib99fb2b2015-06-19 15:10:11 -070013
14For more information, consult the manpage.