]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
snort.lua tweaks
authorRuss Combs <rucombs@cisco.com>
Wed, 24 Sep 2014 17:25:21 +0000 (13:25 -0400)
committerRuss Combs <rucombs@cisco.com>
Wed, 24 Sep 2014 17:25:21 +0000 (13:25 -0400)
ChangeLog
lua/snort.lua

index 8888392d0011456277199460ae574240cc900187..5152289a7a27164ed907e91c7b4bbab43bdb992d 100644 (file)
--- 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
index e718009f12a3aebcb73d94595493d6b01e36de29..7a886e3cdcd32aead90b28cb3122b05b07320b09 100644 (file)
@@ -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 =