]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1667 in SNORT/snort3 from ~MDAGON/snort3:hpack_string to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Fri, 12 Jul 2019 17:14:05 +0000 (13:14 -0400)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Fri, 12 Jul 2019 17:14:05 +0000 (13:14 -0400)
commitab6d442df08bca73bd97e21f2e03ef553d6e7e49
tree391c4daae4034ae2ce9ace49b79778247f87ae07
parentcb7e1d4f92ddeab087d7b4630d093d803b22105a
Merge pull request #1667 in SNORT/snort3 from ~MDAGON/snort3:hpack_string to master

Squashed commit of the following:

commit 74d40186fe6b3dd1207eb70e621e966de29051df
Author: mdagon <mdagon@cisco.com>
Date:   Wed Jul 3 12:04:12 2019 -0400

    http2: hpack string decode
src/service_inspectors/http2_inspect/CMakeLists.txt
src/service_inspectors/http2_inspect/http2_enum.h
src/service_inspectors/http2_inspect/http2_hpack_int_decode.cc [moved from src/service_inspectors/http2_inspect/http2_hpack_decode.cc with 86% similarity]
src/service_inspectors/http2_inspect/http2_hpack_int_decode.h [moved from src/service_inspectors/http2_inspect/http2_hpack_decode.h with 86% similarity]
src/service_inspectors/http2_inspect/http2_hpack_string_decode.cc [new file with mode: 0644]
src/service_inspectors/http2_inspect/http2_hpack_string_decode.h [new file with mode: 0644]
src/service_inspectors/http2_inspect/http2_tables.cc
src/service_inspectors/http2_inspect/test/CMakeLists.txt
src/service_inspectors/http2_inspect/test/http2_hpack_int_decode_test.cc [moved from src/service_inspectors/http2_inspect/test/http2_hpack_decode_test.cc with 62% similarity]
src/service_inspectors/http2_inspect/test/http2_hpack_string_decode_test.cc [new file with mode: 0644]