summaryrefslogtreecommitdiff
path: root/Readme.Win32
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-25 09:56:04 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2018-05-25 09:56:04 +0200
commit38e32cdf14e786bb818e18e73769d819794908b1 (patch)
tree1ff2fd00599d56526c0d6c3611a4804791665f9d /Readme.Win32
parent11736750e85850001075467ebb0ede1781278e4a (diff)
downloadtcpdump-38e32cdf14e786bb818e18e73769d819794908b1.tar.gz
Remove trailing spaces/tabs
Diffstat (limited to 'Readme.Win32')
-rw-r--r--Readme.Win3212
1 files changed, 6 insertions, 6 deletions
diff --git a/Readme.Win32 b/Readme.Win32
index fdf8b12b..5027279a 100644
--- a/Readme.Win32
+++ b/Readme.Win32
@@ -1,9 +1,9 @@
To build tcpdump under Windows, you need:
-- version 6 (or higher) of Microsoft Visual Studio or the Cygnus gnu
+- version 6 (or higher) of Microsoft Visual Studio or the Cygnus gnu
C compiler.
-- The November 2001 (or later) edition of Microsoft Platform
-Software Development Kit (SDK), that contains some necessary includes
+- The November 2001 (or later) edition of Microsoft Platform
+Software Development Kit (SDK), that contains some necessary includes
for IPv6 support. You can download it from http://www.microsoft.com/sdk
- the WinPcap source code, that includes libpcap for win32. Download it
from http://winpcap.polito.it or download libpcap sources from
@@ -15,10 +15,10 @@ First, extract tcpdump and WinPcap in the same folder, and build WinPcap.
The Visual Studio project and the cygwin makefile are in the Win32\prj
folder.
-From Visual Studio, open windump.dsw and build the program. The release
-version of the WinDump.exe executable file will be created in the
+From Visual Studio, open windump.dsw and build the program. The release
+version of the WinDump.exe executable file will be created in the
windump\win32\prj\release directory . The debug version will be generated
in windump\win32\prj\debug.
From cygnus, go to windump\win32\prj\ and type "make". WinDump.exe will be
-created in the same directory. \ No newline at end of file
+created in the same directory.