diff options
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/ndpi.py b/python/ndpi.py index 61376fdbe..fe9fffb6a 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -322,6 +322,10 @@ typedef enum { NDPI_MALICIOUS_JA3, NDPI_MALICIOUS_SHA1_CERTIFICATE, NDPI_DESKTOP_OR_FILE_SHARING_SESSION, + NDPI_TLS_UNCOMMON_ALPN, + NDPI_TLS_CERT_VALIDITY_TOO_LONG, + NDPI_TLS_SUSPICIOUS_EXTENSION, + NDPI_TLS_FATAL_ALERT, /* Leave this as last member */ NDPI_MAX_RISK |