|
Updated Snortsam 2.8.0.1 Patch |
|
|
|
|
Written by Matt Jonkman
|
|
Tuesday, 08 January 2008 |
|
From Victor Julien's Blog Inliniac --------------- Matt Jonkman of Emerging Threats asked me to have a look at the existing Snortsam 2.8.0.1 patch as people were continuing toreport problems with it. I updated it to compile without compiler warnings, build cleanly with debugging enabled, build cleanly with Snort’s IPv6 support enabled and added a check so it won’t act on alerts in IPv6 packets since the Snortsam framework does not support IPv6. Finally I removed the patch script so it’s provided as a ‘normal’ diff. Here is the patch: http://www.inliniac.net/files/snortsam-2.8.0.1.diff Instructions follow...
Here are the instructions for getting your Snort 2.8.0.1 source patched:
Make sure you have a clean Snort 2.8.0.1 tree, then patch it:
cd snort-2.8.0.1 patch -p1 < ../snortsam-2.8.0.1.diff
Next, run ‘autojunk.sh’ to update the build system (you need to have aclocal, autoheader, autoconf and automake installed).
After this, configure and build Snort normally:
./configure <your configure options>
make make install
Thats it.
Thanks to Matt Jonkman of Emerging Threats for paying me to do this and CunningPike for doing the first iterations of the patch! |
|
Last Updated ( Thursday, 10 January 2008 )
|