Added RST scan alert (#5903)

This commit is contained in:
MatteoBiscosi 2022-11-30 17:01:49 +01:00
parent 48535dab63
commit cde463a324
15 changed files with 294 additions and 2 deletions

View file

@ -31,6 +31,7 @@ local host_alert_keys = {
host_alert_dns_flood = 22,
host_alert_snmp_flood = 23,
host_alert_custom_lua_script = 24,
host_alert_rst_scan = 25,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}