]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4659: http2_inspect: builtin rule for large settings max frame size
authorJose Cano -X (jcanogom - SOFTSERVE INC at Cisco) <jcanogom@cisco.com>
Tue, 1 Apr 2025 13:25:31 +0000 (13:25 +0000)
committerMaya Dagon (mdagon) <mdagon@cisco.com>
Tue, 1 Apr 2025 13:25:31 +0000 (13:25 +0000)
commit95863487f1669e6141f76adae846fac0c926de82
treec2b585c75f29d121b3630470a0849e6d5d545f66
parent9c496139a1d51a2058ec01c39f8ae0527fcecdc4
Pull request #4659: http2_inspect: builtin rule for large settings max frame size

Merge in SNORT/snort3 from ~JCANOGOM/snort3:http2_rule_large_settings_max_frame_size to master

Squashed commit of the following:

commit c0a3a471ecdc029bee8984bed2e38edea6e00531
Author: Jose Cano <jcanogom@cisco.com>
Date:   Tue Mar 11 11:52:25 2025 -0400

    http2_inspect: added settings_max_frame_size parameter and built-in rule 121:44 to check for max frame size
22 files changed:
doc/reference/builtin_stubs.txt
doc/user/http2_inspect.txt
src/service_inspectors/http2_inspect/http2_data_frame.h
src/service_inspectors/http2_inspect/http2_enum.h
src/service_inspectors/http2_inspect/http2_frame.cc
src/service_inspectors/http2_inspect/http2_frame.h
src/service_inspectors/http2_inspect/http2_goaway_frame.h
src/service_inspectors/http2_inspect/http2_headers_frame_header.h
src/service_inspectors/http2_inspect/http2_headers_frame_trailer.h
src/service_inspectors/http2_inspect/http2_inspect.cc
src/service_inspectors/http2_inspect/http2_module.cc
src/service_inspectors/http2_inspect/http2_module.h
src/service_inspectors/http2_inspect/http2_ping_frame.h
src/service_inspectors/http2_inspect/http2_priority_frame.h
src/service_inspectors/http2_inspect/http2_push_promise_frame.h
src/service_inspectors/http2_inspect/http2_rst_stream_frame.h
src/service_inspectors/http2_inspect/http2_settings_frame.cc
src/service_inspectors/http2_inspect/http2_settings_frame.h
src/service_inspectors/http2_inspect/http2_stream.cc
src/service_inspectors/http2_inspect/http2_stream.h
src/service_inspectors/http2_inspect/http2_tables.cc
src/service_inspectors/http2_inspect/http2_window_update_frame.h