diff options
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/ndpi.py b/python/ndpi.py index f8b2c0a6a..54e12b82b 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -317,6 +317,12 @@ typedef enum { NDPI_DNS_SUSPICIOUS_TRAFFIC, NDPI_TLS_MISSING_SNI, NDPI_HTTP_SUSPICIOUS_CONTENT, + NDPI_RISKY_ASN, + NDPI_RISKY_DOMAIN, + NDPI_MALICIOUS_JA3, + NDPI_MALICIOUS_SHA1_CERTIFICATE, + NDPI_DESKTOP_OR_FILE_SHARING_SESSION, + /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk_enum; |