mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Added support for nDPI's NDPI_BINARY_DATA_TRANSFER
This commit is contained in:
parent
1a58446835
commit
ee6b67ed0c
4 changed files with 9 additions and 2 deletions
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue