Added Fin Scan check (#5903)

This commit is contained in:
MatteoBiscosi 2022-05-16 17:18:07 +02:00
parent 8a5aa3bbb6
commit 7b51a4ca61
15 changed files with 322 additions and 4 deletions

View file

@ -27,6 +27,7 @@ local host_alert_keys = {
host_alert_icmp_flood = 18,
host_alert_pkt_threshold = 19,
host_alert_scan_detected = 20,
host_alert_fin_scan = 21,
-- NOTE: Keep in sync with HostAlertTypeEnum in ntop_typedefs.h
}