]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #3049 in SNORT/snort3 from ~THOPETER/snort3:nhttp159 to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Wed, 8 Sep 2021 23:17:38 +0000 (23:17 +0000)
committerTom Peters (thopeter) <thopeter@cisco.com>
Wed, 8 Sep 2021 23:17:38 +0000 (23:17 +0000)
Squashed commit of the following:

commit c11ec4a9e5280dafeb1bb33ade3dcad61583fca4
Author: Tom Peters <thopeter@cisco.com>
Date:   Fri Sep 3 14:32:01 2021 -0400

    http_inspect: http_raw_trailer fast pattern

src/service_inspectors/http_inspect/ips_http.cc

index 9f54962cbc06361f59f8e0978f7f387a0bbe294b..5940ac00c98481c30b777012e77aadb966099254 100644 (file)
@@ -791,7 +791,7 @@ static const Parameter http_raw_trailer_params[] =
 
 static Module* raw_trailer_mod_ctor()
 {
-    return new HttpCursorModule(IPS_OPT, IPS_HELP, HTTP_BUFFER_RAW_TRAILER, CAT_SET_OTHER,
+    return new HttpCursorModule(IPS_OPT, IPS_HELP, HTTP_BUFFER_RAW_TRAILER, CAT_SET_RAW_HEADER,
         PSI_RAW_TRAILER, http_raw_trailer_params);
 }