Changes to "tcpdump for windows" between 2014-01-27 06:28:49 and 2014-01-27 06:30:37
| ︙ | |||
8 9 10 11 12 13 14 | 8 9 10 11 12 13 14 15 | + |
Example usage:
- Basic usage:
- `C:> tcpdump -nn -i 0.0.0.0`
- Write out a capture file (which can be read by "wireshark" or "tcpdump"):
- `C:> tcpdump -i 0.0.0.0 -w capture.pcap`
Full documentation for `tcpdump` can be found in the [`tcpdump(1)` man page](http://www.tcpdump.org/tcpdump_man.html).
|