Libnids for Win32

From Carboogle

Contents

Resources

Using Cygwin (but I highly suggest to use MinGW)

Requirements

Compiling libnids 1.20

WARNING: Compile but does not seem to link... I have many issues with Cygwin and porting libnet, libnids, ... Compared to using MinGW, i have no problem. See the article Setup and configure MinGW and libnet port

Requirements:

You can also download pre-compiled binaries.

For example, here is my Cygwin console output used to apply this patch and compile.

Using MinGW

Requirements

  1. First install MinGW
  2. Setup Winpcap. This can be easily done using this article: How to install Winpcap / Libpcap under Cygwin
  3. Setup Libnet. How to here

Libnids 1.22

binaries

Binaries for Windows x86 here

compiling

  1. Download libnids-mingw-1.1.2.1.zip
  2. Unpack
  3. See the readme file or execute:
./autogen.sh
./configure
make
make install
./clean-generated.sh

Examples works fine, but you should specify the interface you want to use in the source files.

Mycila.com

Mycila projects

Other projects

ports

articles

lessons