diff options
Diffstat (limited to 'python/ndpi.py')
-rw-r--r-- | python/ndpi.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/ndpi.py b/python/ndpi.py index 066ca2e9f..6bc166487 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -316,6 +316,7 @@ typedef enum { NDPI_UNSAFE_PROTOCOL, NDPI_DNS_SUSPICIOUS_TRAFFIC, NDPI_TLS_MISSING_SNI, + NDPI_HTTP_SUSPICIOUS_CONTENT, /* Leave this as last member */ NDPI_MAX_RISK } ndpi_risk_enum; |