Fixed bug that reported wrong DNS information

This commit is contained in:
Luca Deri 2023-01-23 19:13:57 +01:00
parent 80542042ee
commit ccd8890e54
2 changed files with 18 additions and 19 deletions

View file

@ -94,8 +94,7 @@ 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_dns_large_packet = 89,
flow_alert_ndpi_periodic_flow = 88
-- NOTE: for flow alerts not not go beyond the size of Bitmap alert_map inside Flow.h (currently 128)
}