Downloads

Here you can get the most recent versions of Snort-NG.

Patches

Patch for Snort-1.8.6
Patch for Snort-1.8.7


Patches are applied by copying the appropriate patch file into the snort root directory and typing (replace x with your version number)

    patch -p1 < snort-1.8.x.patch

As our patches add additional files that must be compiled, the makefile needs to be rebuilt via

   aclocal
   autoconf
   automake

Then, the normal build process for Snort can be continued.

Prepatched Versions

Snort-NG-1.8.6 full
Snort-NG-1.8.7 full


When you do not want to or cannot apply the patch yourself, you can obtain the complete tarball of Snort with the patches already applied. The normal build process for Snort can be used. It usually is done via

   ./configure
   make
   make install


Snort-NG Maintainer