Overview
Artifact ID: | f4fa088e22dc2e46a7738ed76b71c9f349e11125 |
---|---|
Page Name: | tcpdump for windows |
Date: | 2014-01-27 06:28:49 |
Original User: | rkeene |
Mimetype: | text/x-markdown |
Parent: | f389a15e40067f7026dc981a2609c5615aa1632c (diff) |
Next | 1d31fb43ebf745b56b19cfd8d6d6fa5e7eae6bce |
Content
Everything you need to run "tcpdump
" on Microsoft Windows in a single portable executable.
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