mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Implement alerts based on potentially dangerous flows nDPI classification
This commit is contained in:
parent
1afab2aa5f
commit
81a9963e46
12 changed files with 45 additions and 1 deletions
|
|
@ -2639,6 +2639,7 @@ function getFlowStatusTypes()
|
|||
[23] = i18n("flow_details.ssl_unsafe_ciphers"),
|
||||
[24] = i18n("flow_details.data_exfiltration"),
|
||||
[25] = i18n("flow_details.ssl_old_protocol_version"),
|
||||
[26] = i18n("flow_details.potentially_dangerous_protocol"),
|
||||
}
|
||||
|
||||
return entries
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue