diff options
author | Luca Deri <deri@ntop.org> | 2022-02-03 13:20:54 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-02-03 13:20:54 +0100 |
commit | 7aef27f85e86302130bf8dffaf9809d488856427 (patch) | |
tree | af1164f3be4a4bdc3cea1a9bacfa83c4db8c3961 /python | |
parent | 0dd5ac89f842ac37f4c36ff67620a49b9e7eb76f (diff) |
Added NDPI_ERROR_CODE_DETECTED risk
Diffstat (limited to 'python')
-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 1b47d8a17..d296844e7 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -334,6 +334,7 @@ typedef enum { NDPI_POSSIBLE_EXPLOIT, NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE, NDPI_PUNYCODE_IDN, + NDPI_ERROR_CODE_DETECTED, /* Leave this as last member */ NDPI_MAX_RISK |