Junxiao Shi | b99fb2b | 2015-06-19 15:10:11 -0700 | [diff] [blame] | 1 | # ndndump |
| 2 | |
Vince Lehman | f8852b3 | 2016-03-07 15:51:42 -0600 | [diff] [blame^] | 3 | **ndndump** is a traffic analysis tool that captures Interest, Data, and Nack packets on the wire |
Junxiao Shi | b99fb2b | 2015-06-19 15:10:11 -0700 | [diff] [blame] | 4 | and displays brief information about captured packets. |
| 5 | |
| 6 | Usage example: |
| 7 | |
| 8 | 1. start NFD on local machine |
| 9 | 2. create an IPv4 UDP tunnel to a remote machine |
| 10 | 3. cause some traffic going on the tunnel |
| 11 | 4. execute `sudo ndndump` |
| 12 | |
| 13 | For more information, consult the manpage. |