]> git.ipfire.org Git - thirdparty/suricata.git/commit
log/stats: allow longer counter names 10805/head
authorJuliana Fajardini <jufajardini@oisf.net>
Mon, 8 Apr 2024 15:30:27 +0000 (12:30 -0300)
committerVictor Julien <victor@inliniac.net>
Thu, 11 Apr 2024 12:23:16 +0000 (14:23 +0200)
commit172b55c54710380ef06fbc33a8abfc6334bbd14c
tree3d0ecfaa9a4a663fbf13a8465673892ac2b3a026
parent0f6dbf650e1b0d240aa442e9234e85a3e307de02
log/stats: allow longer counter names

With the addition of exception policy stats counters, the human readable
version of the sats log was mis-aligned, when counters for per-app-proto
were enabled.

Width change made large enough to accomodate a counter as long as
"app_layer.error.bittorrent-dht.exception_policy.pass_packet" which
could be valid.

Task #5816
src/log-stats.c