]> git.ipfire.org Git - thirdparty/snort3.git/commit
Pull request #4201: actions: Add action counters and aggregate them under ips_actions.
authorVitalii Tron -X (vtron - SOFTSERVE INC at Cisco) <vtron@cisco.com>
Wed, 8 May 2024 01:34:48 +0000 (01:34 +0000)
committerSteve Chew (stechew) <stechew@cisco.com>
Wed, 8 May 2024 01:34:48 +0000 (01:34 +0000)
commitf776915d156c7eb148801337de777ff93ab1300a
tree4905a1983696e5a1b4fc3d87ca04f87fd089ab29
parent3b38689890dad21751aee1e8f596000b0e2e4e71
Pull request #4201: actions: Add action counters and aggregate them under ips_actions.

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

Squashed commit of the following:

commit 0430f3a6f7250523fdb8029ed1a195a813736de5
Author: Steve Chew <stechew@cisco.com>
Date:   Wed Jan 31 13:03:00 2024 -0500

    actions: Add action counters and aggregate them under ips_actions.
17 files changed:
src/actions/CMakeLists.txt
src/actions/act_alert.cc
src/actions/act_block.cc
src/actions/act_drop.cc
src/actions/act_file_id.cc
src/actions/act_log.cc
src/actions/act_pass.cc
src/actions/act_react.cc
src/actions/act_reject.cc
src/actions/act_replace.cc
src/actions/actions_module.cc [new file with mode: 0644]
src/actions/actions_module.h [new file with mode: 0644]
src/framework/base_api.h
src/framework/module.h
src/main/modules.cc
src/managers/module_manager.cc
src/network_inspectors/perf_monitor/base_tracker.cc