]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #1796 in SNORT/snort3 from ~THOPETER/snort3:h2i1 to master
authorMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 14 Oct 2019 16:19:18 +0000 (12:19 -0400)
committerMike Stepanek (mstepane) <mstepane@cisco.com>
Mon, 14 Oct 2019 16:19:18 +0000 (12:19 -0400)
commitcb0188f1bcd7c7dd67067cc56dcec91d716c0deb
treecad6fed0b1a3ed823c96b921d9b547c286d529a9
parentb94660826629a94f2489b2ac492837dbad39886f
Merge pull request #1796 in SNORT/snort3 from ~THOPETER/snort3:h2i1 to master

Squashed commit of the following:

commit 96da272489408884f09cff1c6c7960b19dcc5a4a
Author: Tom Peters <thopeter@cisco.com>
Date:   Wed Oct 9 17:15:58 2019 -0400

    http2_inspect: Move HPACK decompression out of stream splitter into a separate class.
src/service_inspectors/http2_inspect/CMakeLists.txt
src/service_inspectors/http2_inspect/http2_flow_data.h
src/service_inspectors/http2_inspect/http2_hpack.cc [new file with mode: 0644]
src/service_inspectors/http2_inspect/http2_hpack.h [new file with mode: 0644]
src/service_inspectors/http2_inspect/http2_stream_splitter.h
src/service_inspectors/http2_inspect/http2_stream_splitter_impl.cc
src/service_inspectors/http2_inspect/test/CMakeLists.txt
src/service_inspectors/http_inspect/dev_notes.txt