From 0df8aa19ec9e4f08515bc42f09ed562fe7af8eb3 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Sun, 8 Aug 2021 17:10:08 +0200 Subject: Clode cleanup (after last merge) --- src/include/ndpi_typedefs.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 2260e95e8..38613886f 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -66,7 +66,6 @@ typedef enum { - ndpi_risk2str (in ndpi_utils.c) - https://github.com/ntop/ntopng/blob/dev/scripts/lua/modules/flow_risk_utils.lua - ndpi_risk_enum (in python/ndpi.py) - - ndpi_known_risks (ndpi_utils.c) - ndpi_known_risks (ndpi_main.c) */ typedef enum { @@ -105,7 +104,7 @@ typedef enum { NDPI_TLS_CERT_VALIDITY_TOO_LONG, NDPI_TLS_SUSPICIOUS_EXTENSION, NDPI_TLS_FATAL_ALERT, - NDPI_ENTROPY_SUSPICIOUS, + NDPI_SUSPICIOUS_ENTROPY, /* Leave this as last member */ NDPI_MAX_RISK /* must be <= 63 due to (**) */ -- cgit v1.2.3