]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #3995: appid, http_inspect, http2_inspect: create appid session if not...
authorShijin Bose (shibose) <shibose@cisco.com>
Fri, 22 Sep 2023 09:08:33 +0000 (09:08 +0000)
committerShanmugam S (shanms) <shanms@cisco.com>
Fri, 22 Sep 2023 09:08:33 +0000 (09:08 +0000)
commitd76ef4d85f73dbfdf8c1c97b1acc843bf77d2227
tree0b8afe0b693f45d4a83d67be522942d7d85f0da7
parente3ffcf97ebf831a01b37f458226beaee45a25642
Pull request #3995: appid, http_inspect, http2_inspect: create appid session if not present in decrypt event handler, add message section as part of StreamFlowIntf for httpx

Merge in SNORT/snort3 from ~SHIBOSE/snort3:ac_rule_match to master

Squashed commit of the following:

commit df546681b874d2c88e6d1af67c1bccdb9d6d28e5
Author: shibose <shibose@cisco.com>
Date:   Wed Sep 6 17:44:39 2023 +0000

    appid, http_inspect, http2_inspect: create appid session if not present in decrypt event handler, add message section as part of StreamFlowIntf for httpx
14 files changed:
src/flow/flow.h
src/network_inspectors/appid/CMakeLists.txt
src/network_inspectors/appid/appid_data_decrypt_event_handler.cc [new file with mode: 0644]
src/network_inspectors/appid/appid_data_decrypt_event_handler.h
src/network_inspectors/appid/appid_http_session.cc
src/network_inspectors/appid/appid_inspector.cc
src/network_inspectors/appid/service_plugins/service_ssl.cc
src/network_inspectors/appid/test/appid_http_session_test.cc
src/packet_io/active.h
src/service_inspectors/http2_inspect/http2_flow_data.cc
src/service_inspectors/http2_inspect/http2_flow_data.h
src/service_inspectors/http_inspect/http_context_data.cc
src/service_inspectors/http_inspect/http_inspect.cc
src/service_inspectors/http_inspect/http_msg_section.cc