.
D 2014-01-27T06:30:37.904
L tcpdump\sfor\swindows
N text/x-markdown
P f4fa088e22dc2e46a7738ed76b71c9f349e11125
U rkeene
W 691
Everything you need to run "[`tcpdump`](http://www.tcpdump.org/)" on Microsoft Windows in a single portable executable.
- [Download](wiki?name=Download)
- [More Information](wiki?name=More Information)
The "`-i`" option has been modified to support IP addresses in addition to interface names. The IP address can be a local address or a remote one.
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).
Z c5b107c3b2c13dd6eb234d97abd21133