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 65821a341..8b90c912e 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -332,6 +332,7 @@ typedef enum { NDPI_DNS_FRAGMENTED, NDPI_INVALID_CHARACTERS, NDPI_POSSIBLE_EXPLOIT, + NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE, /* Leave this as last member */ NDPI_MAX_RISK |