]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/alert: remove unused functions
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 20 Apr 2022 20:50:43 +0000 (17:50 -0300)
committerVictor Julien <vjulien@oisf.net>
Sat, 30 Apr 2022 05:58:39 +0000 (07:58 +0200)
commite4e688a9b0add66aa0b97df0f7b1b9e60f68fb90
tree579699be76c0fab18aeba830e85f6a3b239c0447
parent185b43edff7f3f9db0c919663eb02ceb49787a8f
detect/alert: remove unused functions

Since we now only copy the PacketAlerts to the Packet's queue after
processing them, we no longer do packet alert appending from
detect-engine-alert, nor do we remove PacketAlerts from the queue (if
they're discarded by overflow or thresholding, they're not copied to the
final alert queue).

Task #4943
src/detect-engine-alert.c
src/detect-engine-alert.h