]> git.ipfire.org Git - thirdparty/suricata.git/commit
counters: make tcp stats independent of flow, ssn
authorVictor Julien <vjulien@oisf.net>
Tue, 25 Apr 2023 08:09:27 +0000 (10:09 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 11 May 2023 14:35:41 +0000 (16:35 +0200)
commit36f6e0515592812259fb327d529740a030dba98e
tree5bc7db922a2eb393b9da54b6fcb48165817e5bad
parent0360cb654293c333e3be70204705fa7ec328512e
counters: make tcp stats independent of flow, ssn

Counters depended on availability of flow and tcp session, meaning
that 2 memcaps could affect the counters.

Bug: #5017.
src/decode-tcp.c
src/decode.c
src/decode.h
src/stream-tcp.c
src/stream-tcp.h