]> git.ipfire.org Git - thirdparty/snort3.git/commit
Merge pull request #2868 in SNORT/snort3 from ~KATHARVE/snort3:h2i_window_update...
authorTom Peters (thopeter) <thopeter@cisco.com>
Thu, 29 Apr 2021 21:36:05 +0000 (21:36 +0000)
committerTom Peters (thopeter) <thopeter@cisco.com>
Thu, 29 Apr 2021 21:36:05 +0000 (21:36 +0000)
commitfa58cde9576a57adfe28b87901846fb5c91bf4cb
tree3698e9ffaa12c1ca9c6c589a1468909724baceb5
parentbddfa39cc733af07e883a6a5b3fec65610c4d310
Merge pull request #2868 in SNORT/snort3 from ~KATHARVE/snort3:h2i_window_update to master

Squashed commit of the following:

commit f80eef948c70811e81155a64745aeb9e92be74e3
Author: Katura Harvey <katharve@cisco.com>
Date:   Fri Apr 23 10:20:09 2021 -0400

    http2_inspect: implement window_update frame
src/service_inspectors/http2_inspect/CMakeLists.txt
src/service_inspectors/http2_inspect/dev_notes.txt
src/service_inspectors/http2_inspect/http2_enum.h
src/service_inspectors/http2_inspect/http2_flow_data.h
src/service_inspectors/http2_inspect/http2_frame.cc
src/service_inspectors/http2_inspect/http2_frame.h
src/service_inspectors/http2_inspect/http2_tables.cc
src/service_inspectors/http2_inspect/http2_window_update_frame.cc [new file with mode: 0644]
src/service_inspectors/http2_inspect/http2_window_update_frame.h [new file with mode: 0644]