From 638624869a343468c6b2cc6c09d5f50542fa87e1 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 30 Aug 2020 20:48:58 +0200 Subject: Added new risk for NDPI_UNSAFE_PROTOCOL that identifies protocols that are not condidered safe/secure --- python/ndpi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/ndpi.py b/python/ndpi.py index ee33f6a37..c60faa96b 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -313,7 +313,7 @@ typedef enum { NDPI_SSH_OBSOLETE_SERVER_VERSION_OR_CIPHER, NDPI_SMB_INSECURE_VERSION, NDPI_TLS_SUSPICIOUS_ESNI_USAGE, - NDPI_BLACKLISTED_HOST, + NDPI_UNSAFE_PROTOCOL, /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk_enum; -- cgit v1.2.3