Updated with latest nDPi risks

This commit is contained in:
Luca Deri 2023-09-11 15:19:13 +02:00
parent 788c34ffd7
commit d1761ba70c
3 changed files with 13 additions and 1 deletions

View file

@ -102,6 +102,9 @@ local flow_alert_keys = {
flow_alert_modbus_unexpected_function_code = 93,
flow_alert_modbus_too_many_exceptions = 94,
flow_alert_modbus_invalid_transition = 95,
flow_alert_ndpi_fully_encrypted = 96,
flow_alert_ndpi_tls_alpn_sni_mismatch = 97,
-- NOTE: do not go beyond the size of the alert_map bitmal inside Flow.h (currently 128)
}