diff options
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; |