]> git.ipfire.org Git - thirdparty/suricata.git/commit
flow/output: log triggered exception policies
authorJuliana Fajardini <jufajardini@gmail.com>
Fri, 28 Feb 2025 22:18:47 +0000 (19:18 -0300)
committerVictor Julien <victor@inliniac.net>
Fri, 21 Mar 2025 06:08:59 +0000 (07:08 +0100)
commit08e928988f7f614fbdb1d7ad23ed75f978d934bf
tree8081b49f1f5169f7c9d60e01433d0dd3cc96547f
parent45500acdc484f0a3a8b5f6ae657a5147e0fc7b08
flow/output: log triggered exception policies

To accompany the Exception Policy stats, also add information about any
Exception Policy triggered and for which target to the flow log event.

Task #6215
12 files changed:
doc/userguide/configuration/exception-policies.rst
doc/userguide/output/eve/eve-json-format.rst
etc/schema.json
src/app-layer-parser.c
src/app-layer-parser.h
src/flow.h
src/output-json-flow.c
src/stream-tcp.c
src/stream-tcp.h
src/util-exception-policy-types.h
src/util-exception-policy.c
src/util-exception-policy.h