diff options
author | Luca Deri <deri@ntop.org> | 2022-02-17 17:20:52 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2022-02-17 17:20:52 +0100 |
commit | a2878af1eed26db8380bf8c29e5bb64a0181f935 (patch) | |
tree | a341c52e76f170f799a24bca3f7a3bc57071ca5d /python | |
parent | 8a2a47e62a0d7b1bc8815dc4f09c35b73393454e (diff) |
Added newflow risk NDPI_HTTP_CRAWLER_BOT
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 d296844e7..039f222ae 100644 --- a/python/ndpi.py +++ b/python/ndpi.py @@ -335,6 +335,7 @@ typedef enum { NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE, NDPI_PUNYCODE_IDN, NDPI_ERROR_CODE_DETECTED, + NDPI_HTTP_CRAWLER_BOT, /* Leave this as last member */ NDPI_MAX_RISK |