]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4699: http_inspect: add dynamic length-limited publishing of request...
authorVitalii Tron -X (vtron - SOFTSERVE INC at Cisco) <vtron@cisco.com>
Thu, 1 May 2025 03:46:26 +0000 (03:46 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Thu, 1 May 2025 03:46:26 +0000 (03:46 +0000)
commit9ae0675ccab85e1a771b5760ec18142d146f9016
tree07518a0854e23831f329a40e6f55a41a68d17557
parent890ab42bb5458cea914741768ee9344fcc8f94db
Pull request #4699: http_inspect: add dynamic length-limited publishing of request and response body

Merge in SNORT/snort3 from ~VTRON/snort3:publish_http_body to master

Squashed commit of the following:

commit 2dba6d67d600da2f03621ce84dd10bda0486b926
Author: Vitalii Tron <vtron@cisco.com>
Date:   Tue Oct 22 13:17:54 2024 -0400

    http_inspect: add dynamic length-limited publishing of request and response body
16 files changed:
src/pub_sub/CMakeLists.txt
src/pub_sub/http_body_event.cc [new file with mode: 0644]
src/pub_sub/http_body_event.h [new file with mode: 0644]
src/pub_sub/http_event_ids.h
src/pub_sub/http_publish_length_event.h [new file with mode: 0644]
src/pub_sub/http_request_body_event.cc
src/pub_sub/http_request_body_event.h
src/pub_sub/test/CMakeLists.txt
src/pub_sub/test/pub_sub_http_body_event_test.cc [new file with mode: 0644]
src/pub_sub/test/pub_sub_http_request_body_event_test.cc
src/service_inspectors/http_inspect/http_common.h
src/service_inspectors/http_inspect/http_flow_data.cc
src/service_inspectors/http_inspect/http_msg_body.cc
src/service_inspectors/http_inspect/http_msg_header.cc
src/service_inspectors/http_inspect/http_msg_section.cc
src/service_inspectors/http_inspect/http_stream_splitter_finish.cc