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
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 };