aboutsummaryrefslogtreecommitdiff
path: root/python/ndpi.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/ndpi.py')
-rw-r--r--python/ndpi.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/ndpi.py b/python/ndpi.py
index 316fa5606..547570b9d 100644
--- a/python/ndpi.py
+++ b/python/ndpi.py
@@ -306,8 +306,8 @@ typedef enum {
NDPI_TLS_NOT_CARRYING_HTTPS,
NDPI_SUSPICIOUS_DGA_DOMAIN,
NDPI_MALFORMED_PACKET,
- NDPI_SSH_OBSOLETE_CLIENT_SIGNATURE,
- NDPI_SSH_OBSOLETE_SERVER_SIGNATURE,
+ NDPI_SSH_OBSOLETE_CLIENT_VERSION_OR_CIPHER,
+ NDPI_SSH_OBSOLETE_SERVER_VERSION_OR_CIPHER,
/* Leave this as last member */
NDPI_MAX_RISK
} ndpi_risk_enum;