Fixed TCP with no answer alert definition

This commit is contained in:
Luca Deri 2022-06-07 13:11:11 +02:00
parent 8b00fd67a9
commit 9d364c69b4
8 changed files with 22 additions and 22 deletions

View file

@ -81,7 +81,7 @@ local flow_alert_keys = {
flow_alert_ndpi_http_crawler_bot = 72,
flow_alert_ndpi_suspicious_entropy = 73,
flow_alert_iec_invalid_command_transition = 74,
flow_alert_connection_failed = 75,
flow_alert_tcp_connection_no_answer = 75,
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}