mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Added Fin Scan check (#5903)
This commit is contained in:
parent
8a5aa3bbb6
commit
7b51a4ca61
15 changed files with 322 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue