]> git.ipfire.org Git - thirdparty/snort3.git/commitdiff
Merge pull request #1417 in SNORT/snort3 from http2gid to master
authorTom Peters (thopeter) <thopeter@cisco.com>
Mon, 5 Nov 2018 20:27:37 +0000 (15:27 -0500)
committerTom Peters (thopeter) <thopeter@cisco.com>
Mon, 5 Nov 2018 20:27:37 +0000 (15:27 -0500)
Squashed commit of the following:

commit 73f557410d0e828718194046dabca9a520739f09
Author: Mike Redden <miredden@cisco.com>
Date:   Thu Nov 1 14:24:37 2018 -0400

    http2_inspect: Change http2 GID from 219 to 121

src/service_inspectors/http2_inspect/http2_enum.h

index 6413112c15ba821078385dd20e4dbffd85216e15..dc3f3416937e9dd9b185397c75d0a2318fd8e8b6 100644 (file)
@@ -28,8 +28,7 @@ static const int MAX_OCTETS = 63780;
 static const int DATA_SECTION_SIZE = 16384;
 static const int FRAME_HEADER_LENGTH = 9;
 
-// FIXIT-RC need to replace with a real number. CRC: use 120.
-static const uint32_t HTTP2_GID = 219;
+static const uint32_t HTTP2_GID = 121;
 
 // Message originator--client or server
 enum SourceId { SRC__NOT_COMPUTE=-14, SRC_CLIENT=0, SRC_SERVER=1 };