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/lib/ndpi_utils.c | |
parent | 259b60f574fd3cb7ccd0fb205d0e91b7b5173c5c (diff) |
Clode cleanup (after last merge)
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r-- | src/lib/ndpi_utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c index 714a1f28c..250a010ed 100644 --- a/src/lib/ndpi_utils.c +++ b/src/lib/ndpi_utils.c @@ -1780,8 +1780,8 @@ const char* ndpi_risk2str(ndpi_risk_enum risk) { case NDPI_TLS_FATAL_ALERT: return("TLS fatal alert"); - case NDPI_ENTROPY_SUSPICIOUS: - return("Entropy suspicious"); + case NDPI_SUSPICIOUS_ENTROPY: + return("Suspicious entropy"); default: snprintf(buf, sizeof(buf), "%d", (int)risk); |