Removed obsoleted TLSSuspiciousESNIUsage

Improved device type guessing based on the OS
This commit is contained in:
Luca Deri 2025-03-25 21:56:38 +01:00
parent fc3b314793
commit e0b908b42e
17 changed files with 91 additions and 211 deletions

View file

@ -57,7 +57,7 @@ local flow_alert_keys = {
flow_alert_ndpi_malformed_packet = 48,
flow_alert_ndpi_ssh_obsolete_server = 49,
flow_alert_ndpi_smb_insecure_version = 50,
flow_alert_ndpi_tls_suspicious_esni_usage = 51,
flow_alert_ndpi_not_used_anymore = 51, -- Not used anymore
flow_alert_ndpi_unsafe_protocol = 52,
flow_alert_ndpi_dns_suspicious_traffic = 53,
flow_alert_ndpi_tls_missing_sni = 54,