diff options
author | MrRadix <edo.ermini@gmail.com> | 2020-07-22 12:41:59 +0200 |
---|---|---|
committer | MrRadix <edo.ermini@gmail.com> | 2020-07-22 12:41:59 +0200 |
commit | 88dd3ebd62135925eea999a98c1e0a726807ab59 (patch) | |
tree | 2bc56c8c44872aec2c677250fa33e83c7919dd4d /python/ndpi.py | |
parent | d9fc4d52e9390617efc30d400b55bcc11b18f7c9 (diff) |
added modified risks
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 4 |
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; |