Added support for nDPI unidirectional traffic risk

This commit is contained in:
Luca Deri 2022-06-20 00:46:51 +02:00
parent d634f461d3
commit 5de07dc827
4 changed files with 15 additions and 3 deletions

View file

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