]> git.ipfire.org Git - thirdparty/suricata.git/commit
Split Thresholds and Suppression
authorVictor Julien <victor@inliniac.net>
Thu, 19 Sep 2013 14:16:50 +0000 (16:16 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Oct 2013 13:52:47 +0000 (15:52 +0200)
commit8ce38ac8fe0cda143dfdbf3dddddc836e39e959a
tree35faca846beed6b2ff5919bde7281431d2101f3c
parent592d48aab727142cb2521468e5ed9d85f2408783
Split Thresholds and Suppression

Thresholds and suppression can be handled independently. Suppression
only suppresses output, and is not related to Threshold state tracking.

This simplifies mixing suppression and thresholding rules.

Part of the Bug #425 effort.
src/detect-engine-alert.c
src/detect-engine-threshold.c
src/detect-engine-threshold.h
src/detect.h
src/util-threshold-config.c