From: Michael Altizer (mialtize) Date: Fri, 30 Sep 2016 16:13:18 +0000 (-0400) Subject: Merge pull request #648 in SNORT/snort3 from nhttp56 to master X-Git-Tag: 3.0.0-233~249 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b54a3474f06dcbeebad93b547efd11ef2ad29f1c;p=thirdparty%2Fsnort3.git Merge pull request #648 in SNORT/snort3 from nhttp56 to master Squashed commit of the following: commit 7119b31cd1d0f3e8623d63d605ce12d3c37888b5 Author: Tom Peters Date: Thu Sep 29 11:54:58 2016 -0400 NHI event 119/66 fix --- diff --git a/src/service_inspectors/http_inspect/http_tables.cc b/src/service_inspectors/http_inspect/http_tables.cc index cd57e6f72..65657c88b 100644 --- a/src/service_inspectors/http_inspect/http_tables.cc +++ b/src/service_inspectors/http_inspect/http_tables.cc @@ -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" },