]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #648 in SNORT/snort3 from nhttp56 to master
authorMichael Altizer (mialtize) <mialtize@cisco.com>
Fri, 30 Sep 2016 16:13:18 +0000 (12:13 -0400)
committerMichael Altizer (mialtize) <mialtize@cisco.com>
Fri, 30 Sep 2016 16:13:18 +0000 (12:13 -0400)
Squashed commit of the following:

commit 7119b31cd1d0f3e8623d63d605ce12d3c37888b5
Author: Tom Peters <thopeter@cisco.com>
Date:   Thu Sep 29 11:54:58 2016 -0400

    NHI event 119/66 fix

src/service_inspectors/http_inspect/http_tables.cc

index cd57e6f72fce970b7f1ebfc91b1c0c95c856bafb..65657c88b687e02c13e292ff616f6d550f200aa2 100644 (file)
@@ -347,6 +347,7 @@ const RuleMap HttpModule::http_events[] =
     { EVENT_UNKNOWN_PERCENT,            "Unrecognized type of percent encoding in URI" },
     { EVENT_BROKEN_CHUNK,               "HTTP chunk misformatted" },
     { EVENT_CHUNK_WHITESPACE,           "White space following chunk length" },
+    { EVENT_HEAD_NAME_WHITESPACE,       "White space within header name" },
     { EVENT_GZIP_OVERRUN,               "Excessive gzip compression" },
     { EVENT_GZIP_FAILURE,               "Gzip decompression failed" },
     { EVENT_ZERO_NINE_CONTINUE,         "HTTP 0.9 requested followed by another request" },