diff options
author | Luca Deri <deri@ntop.org> | 2021-08-08 17:10:08 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-08-08 17:10:08 +0200 |
commit | 0df8aa19ec9e4f08515bc42f09ed562fe7af8eb3 (patch) | |
tree | 657b5e3bf35e413ada50452a5da3a990db8bd204 /src/include | |
parent | 259b60f574fd3cb7ccd0fb205d0e91b7b5173c5c (diff) |
Clode cleanup (after last merge)
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 (**) */ |