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 8746e4f71..fb5c8af2c 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -327,6 +327,7 @@ typedef enum { NDPI_TLS_SUSPICIOUS_EXTENSION, NDPI_TLS_FATAL_ALERT, NDPI_SUSPICIOUS_ENTROPY, + NDPI_CLEAR_TEXT_CREDENTIALS, /* Leave this as last member */ NDPI_MAX_RISK |