mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Removed obsoleted TLSSuspiciousESNIUsage
Improved device type guessing based on the OS
This commit is contained in:
parent
fc3b314793
commit
e0b908b42e
17 changed files with 91 additions and 211 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue