diff options
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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; |