Implement alerts based on potentially dangerous flows nDPI classification

This commit is contained in:
emanuele-f 2019-08-07 14:29:06 +02:00
parent 1afab2aa5f
commit 81a9963e46
12 changed files with 45 additions and 1 deletions

View file

@ -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