diff options
author | Luca Deri <deri@ntop.org> | 2021-08-08 17:10:08 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-08-08 17:10:08 +0200 |
commit | 0df8aa19ec9e4f08515bc42f09ed562fe7af8eb3 (patch) | |
tree | 657b5e3bf35e413ada50452a5da3a990db8bd204 /python/ndpi.py | |
parent | 259b60f574fd3cb7ccd0fb205d0e91b7b5173c5c (diff) |
Clode cleanup (after last merge)
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 fe9fffb6a..3a4ba0f13 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -326,6 +326,7 @@ typedef enum { NDPI_TLS_CERT_VALIDITY_TOO_LONG, NDPI_TLS_SUSPICIOUS_EXTENSION, NDPI_TLS_FATAL_ALERT, + NDPI_SUSPICIOUS_ENTROPY, /* Leave this as last member */ NDPI_MAX_RISK |