aboutsummaryrefslogtreecommitdiff
path: root/python/ndpi.py
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2020-07-25 16:17:24 +0200
committerGitHub <noreply@github.com>2020-07-25 16:17:24 +0200
commitb26539d65a22aea3c91af631b56ef90452aa14c2 (patch)
tree093cf4b60c27d7956d45c6d2f4d3ac4958cdb75f /python/ndpi.py
parent21e2e576146be8f4451d703c3e54a8208c4e4701 (diff)
parent6719fa30f9cfda5fe9d60b84e7afb442a9ea3517 (diff)
Merge pull request #967 from MrRadix/dev
Ssh signature checking
Diffstat (limited to 'python/ndpi.py')
-rw-r--r--python/ndpi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/ndpi.py b/python/ndpi.py
index 31abe53dc..547570b9d 100644
--- a/python/ndpi.py
+++ b/python/ndpi.py
@@ -306,6 +306,8 @@ typedef enum {
NDPI_TLS_NOT_CARRYING_HTTPS,
NDPI_SUSPICIOUS_DGA_DOMAIN,
NDPI_MALFORMED_PACKET,
+ 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;