From: Tom Peters Date: Wed, 30 Jul 2014 21:02:44 +0000 (-0400) Subject: add nhttp params to snort.lua X-Git-Tag: 3.0.0-233~1433 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3c49febcf0e8db08a526aa39c53f325e49dbeb36;p=thirdparty%2Fsnort3.git add nhttp params to snort.lua --- diff --git a/lua/snort.lua b/lua/snort.lua index b423218cc..21d03f840 100644 --- a/lua/snort.lua +++ b/lua/snort.lua @@ -326,7 +326,11 @@ hi_x = post_depth = 65495, } -nhttp_inspect = { } +nhttp_inspect = +{ + test_input = false, + test_output = false +} --------------------------------------------------------------------------- -- ftp / telnet normalization and anomaly detection