Bit-Twist: Libpcap-based Ethernet packet generator Supported platforms: This distribution is tested to work on Microsoft Windows XP SP2. Dependencies: Winpcap is required (available for download from http://www.winpcap.org). This distribution is compiled against WinPcap 4.0.1. Installation: Precompiled binaries are available in bin/ You may copy both bittwist.exe and bittwiste.exe into your system directory, i.e. C:/WINDOWS/system32/ You should execute these programs from command prompt, i.e. C:/WINDOWS/system32/cmd.exe Manual pages are available in doc/ Recompilation: If you wish to rebuild Bit-Twist from source files, you will need Eclipse IDE for C/C++ Developers and Cygwin environment. Start by creating 2 projects; one for bittwist and another for bittwiste. Import src/bittwist/* files into bittwist project and import src/bittwiste/* files into bittwiste project. For both projects, go to Properties > C/C++ Build > Settings > Tool settings > Cygwin C Compiler > Directories, Include paths (-I): src/include src/WpdPack/Include Next, go to Properties > C/C++ Build > Settings > Tool settings > Cygwin C Linker > Libraries, Libraries (-l): wpcap Library search path (-L): src/WpdPack/Lib You are now ready to build both projects. For more information, please visit Bit-Twist homepage at http://bittwist.sourceforge.net