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 c60faa96b..066ca2e9f 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -314,6 +314,8 @@ typedef enum { NDPI_SMB_INSECURE_VERSION, NDPI_TLS_SUSPICIOUS_ESNI_USAGE, NDPI_UNSAFE_PROTOCOL, + NDPI_DNS_SUSPICIOUS_TRAFFIC, + NDPI_TLS_MISSING_SNI, /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk_enum; |