diff options
author | MrRadix <edo.ermini@gmail.com> | 2020-07-22 10:56:59 +0200 |
---|---|---|
committer | MrRadix <edo.ermini@gmail.com> | 2020-07-22 10:56:59 +0200 |
commit | 53b2b08aeb2682fbdf87075aa9312897a46d764e (patch) | |
tree | f59c93e9b8b1eeb958b2fe5ad42476059f6d61b1 /python/ndpi.py | |
parent | 9c521c5dddfe2e9d59e6a6e42bb43269894b4ea8 (diff) |
added new risks to ndpi_risk_enum
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/ndpi.py b/python/ndpi.py index 31abe53dc..316fa5606 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_SIGNATURE, + NDPI_SSH_OBSOLETE_SERVER_SIGNATURE, /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk_enum; |