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 --- src/lib/ndpi_utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ndpi_utils.c') diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index e1258bfd2..5cd351ba9 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1537,8 +1537,8 @@ const char* ndpi_risk2str(ndpi_risk_enum risk) { case NDPI_TLS_SUSPICIOUS_ESNI_USAGE: return("TLS Suspicious ESNI Usage"); - case NDPI_BLACKLISTED_HOST: - return("Blacklisted Host"); + case NDPI_UNSAFE_PROTOCOL: + return("Unsafe Protocol"); default: snprintf(buf, sizeof(buf), "%d", (int)risk); -- cgit v1.2.3