Implemented connection failed alert (#6622)

This commit is contained in:
MatteoBiscosi 2022-05-27 10:44:22 +02:00
parent 957e0d777c
commit e9147aa37d
11 changed files with 145 additions and 0 deletions

View file

@ -81,6 +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,
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}