Enhancement to support NDPI_TCP_ISSUES flow risk

This commit is contained in:
Luca Deri 2023-01-24 23:11:25 +01:00
parent 20aa23f05f
commit 8acaf30b2e
3 changed files with 8 additions and 2 deletions

View file

@ -94,8 +94,10 @@ local flow_alert_keys = {
flow_alert_ndpi_risky_asn = 85,
flow_alert_ndpi_risky_domain = 86,
flow_alert_custom_lua_script = 87,
flow_alert_ndpi_periodic_flow = 88
flow_alert_ndpi_periodic_flow = 88,
flow_alert_ndpi_minor_issues = 89,
flow_alert_ndpi_tcp_issues = 90
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}