Compiling WinDump
Software requirement:
In order to compile WinDump, you need to have a directory structure like this
windump <-- WinDump sources
winpcap <-- Winpcap sources
In particular, the winpcap sources folder should be named exactly "winpcap".
Project files are in the directory windump\win32\prj of the WinDump source
code distribution. Load the project from the Visual C++ 6.0 IDE and build
the program. The release version of the WinDump.exe executable file will be
generated in the directory windump\win32\prj\release. The
debug version of the executable file will be generated in the directory windump\win32\prj\debug.
The project can be compiled indifferently under any Win32
platform. The executable file
generated is system-independent.
|