Update snort to current stable. This will fix some parsing.

If we still face problems we can comment out the decoder warnings
in the snort.conf or fix guardian not to handle these.
This commit is contained in:
Christian Schmidt
2011-01-22 15:49:31 +01:00
parent 9314973b23
commit 2eea44c8d4
3 changed files with 4 additions and 2 deletions

View File

@@ -0,0 +1 @@
etc/snort/snort.conf

View File

@@ -0,0 +1 @@
../../../common/snort

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.9.0.2
VER = 2.9.0.3
THISAPP = snort-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 5d4dabe98bccbea166bbc86e2439f22a
$(DL_FILE)_MD5 = 5f0c48b06453696ad32e27b9b3dd6603
install : $(TARGET)