1
2
3
4
5
6
7
8
|
|
-
-
-
-
-
-
-
-
|
Everything you need to run "`tcpdump`" on Microsoft Windows in a single portable executable.
It is a "[`tcpdump`](http://www.tcpdump.org/)" executable, [WinPcap](http://www.winpcap.org/) library and driver wrapped in a simple executable that:
1. Unpacks the files to a temporary directory;
2. Installs and starts the driver;
3. Runs `tcpdump`; and
4. Cleans up everything
|