Changes To tcpdump for windows

Changes to "tcpdump for windows" between 2014-01-27 06:30:37 and 2014-01-27 07:10:30






1

2


3
4
5
6
7
8
9


10
11
12
13
14
15
1
2
3
4
5

6
7
8
9
10
11
12
13
14

15
16
17
18
19
20
21
22
23
+
+
+
+
+
-
+

+
+





-

+
+






tcpdump for windows
===================

Introduction
------------
Everything you need to run "[`tcpdump`](http://www.tcpdump.org/)" on Microsoft Windows in a single portable executable.
tcpdump for windows is everything you need to run "[`tcpdump`](http://www.tcpdump.org/)" on Microsoft Windows in a single portable executable.

Next Steps
----------
   - [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:

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).