Added support for nDPI's NDPI_BINARY_DATA_TRANSFER

This commit is contained in:
Luca Deri 2024-04-09 10:35:49 +02:00
parent 1a58446835
commit ee6b67ed0c
4 changed files with 9 additions and 2 deletions

View file

@ -105,6 +105,7 @@ local flow_alert_keys = {
flow_alert_ndpi_fully_encrypted = 96,
flow_alert_ndpi_tls_alpn_sni_mismatch = 97,
flow_alert_ndpi_malware_host_contacted = 98,
flow_alert_ndpi_binary_data_transfer = 99,
-- NOTE: do not go beyond the size of the alert_map bitmal inside Flow.h (currently 128)
}