mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Added support for nDPI unidirectional traffic risk
This commit is contained in:
parent
d634f461d3
commit
5de07dc827
4 changed files with 15 additions and 3 deletions
|
|
@ -82,6 +82,8 @@ local flow_alert_keys = {
|
|||
flow_alert_ndpi_suspicious_entropy = 73,
|
||||
flow_alert_iec_invalid_command_transition = 74,
|
||||
flow_alert_tcp_connection_no_answer = 75,
|
||||
flow_alert_ndpi_anonymous_subscriber = 76,
|
||||
flow_alert_unidirectional_traffic = 77,
|
||||
|
||||
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue