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 | |
Davide Pesavento | db9613e | 2023-01-20 20:52:21 -0500 | [diff] [blame] | 8 | 1. start NFD on the local machine |
| 9 | 2. create a UDP tunnel to a remote machine |
| 10 | 3. run `sudo ndndump` |
| 11 | 4. cause some NDN traffic to be sent/received on the tunnel |
| 12 | 5. observe the output of `ndndump` |
Junxiao Shi | b99fb2b | 2015-06-19 15:10:11 -0700 | [diff] [blame] | 13 | |
| 14 | For more information, consult the manpage. |