]> git.ipfire.org Git - thirdparty/suricata.git/commit
decode: make packet_alert_max configurable
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 19 Jan 2022 18:29:39 +0000 (18:29 +0000)
committerVictor Julien <vjulien@oisf.net>
Sat, 30 Apr 2022 05:58:39 +0000 (07:58 +0200)
commit3ace577d5426e2e1afd1cdf0736151022771226c
tree9d88907e16311e6fe891239415f127672f62f2c9
parente319d31c148a349e93bed2a68787684e39364d17
decode: make packet_alert_max configurable

The maximum of possible alerts triggered by a unique packet was
hardcoded to 15. With usage of 'noalert' rules, that limit could be
reached somewhat easily. Make that configurable via suricata.yaml.

Conf Bug#4941

Task #4207
src/decode.c
src/decode.h
src/detect-engine-alert.c
suricata.yaml.in