From: Russ Combs Date: Wed, 24 Sep 2014 17:25:21 +0000 (-0400) Subject: snort.lua tweaks X-Git-Tag: 3.0.0-233~1404^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=711150eb32356bbebf9cccfb3d91a8dcda44f08c;p=thirdparty%2Fsnort3.git snort.lua tweaks --- diff --git a/ChangeLog b/ChangeLog index 8888392d0..5152289a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +122 +-- pulled thread pinning from Josh +-- snort.lua tweaks to back out random test foo + 121 -- valgrind fixes -- basic reload restoration diff --git a/lua/snort.lua b/lua/snort.lua index e718009f1..7a886e3cd 100644 --- a/lua/snort.lua +++ b/lua/snort.lua @@ -67,7 +67,7 @@ react = { } reject = { } rewrite = { } ---wizard = default_wizard +wizard = default_wizard --------------------------------------------------------------------------- -- ips rules and filters @@ -76,7 +76,7 @@ rewrite = { } local_rules = [[ # snort-classic comments, includes, and rules with $VARIABLES -alert tcp any any -> any 80 ( http_method; content:"GIT"; gid:1; sid:1000051) +alert tcp any any -> any 80 ( http_method; content:"GET"; gid:1; sid:1000051) ]] ips =