mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added ACL Violation alert (#8696)
This commit is contained in:
parent
5a62b5da43
commit
819f39830b
10 changed files with 113 additions and 1 deletions
|
|
@ -107,7 +107,8 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_malware_host_contacted = 98,
|
||||
flow_alert_ndpi_binary_data_transfer = 99,
|
||||
flow_alert_tcp_flow_reset = 100,
|
||||
flow_alert_ndpi_probing_attempt = 101
|
||||
flow_alert_ndpi_probing_attempt = 101,
|
||||
flow_alert_access_control_list = 102
|
||||
|
||||
-- NOTE: do not go beyond the size of the alert_map bitmal inside Flow.h (currently 128)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue