diff options
author | Luca Deri <deri@ntop.org> | 2020-08-30 20:48:58 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2020-08-30 20:48:58 +0200 |
commit | 638624869a343468c6b2cc6c09d5f50542fa87e1 (patch) | |
tree | a951cc04adfbeb9e204b6d6b7e1d0931236d53bc /python/ndpi.py | |
parent | 647c7d59bbf98e0feff5253a9c8bb8b6d84d3758 (diff) |
Added new risk for NDPI_UNSAFE_PROTOCOL that identifies protocols that are not condidered safe/secure
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; |