]> git.ipfire.org Git - thirdparty/suricata.git/commit
defrag: clean up existing stats counters
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 30 Mar 2023 13:40:46 +0000 (10:40 -0300)
committerVictor Julien <vjulien@oisf.net>
Tue, 13 Jun 2023 07:20:05 +0000 (09:20 +0200)
commita37a88dcd5950344fc0b4529f1731c3dab9f0888
tree1514e18e7a3599d22f7b36ed80a2d48ca03e56a1
parent05417407b3d24c358b292c1ab331ab371f0ae6ee
defrag: clean up existing stats counters

7a044a99ee14101fbc removed the lines that incremented these defrag
counters, but kept the entities themselves. This commit removes counters
that we judge too complex to maintain, given the current state of the
code, and re-adds incrementing max_hit (memcap related).

Related to
Task #5816
src/decode.c
src/decode.h
src/defrag.c