aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2022-02-17 17:20:52 +0100
committerLuca Deri <deri@ntop.org>2022-02-17 17:20:52 +0100
commita2878af1eed26db8380bf8c29e5bb64a0181f935 (patch)
treea341c52e76f170f799a24bca3f7a3bc57071ca5d /src/include
parent8a2a47e62a0d7b1bc8815dc4f09c35b73393454e (diff)
Added newflow risk NDPI_HTTP_CRAWLER_BOT
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_typedefs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 0b798c530..a86fa79da 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -116,6 +116,7 @@ typedef enum {
NDPI_TLS_CERTIFICATE_ABOUT_TO_EXPIRE,
NDPI_PUNYCODE_IDN, /* https://en.wikipedia.org/wiki/Punycode */
NDPI_ERROR_CODE_DETECTED,
+ NDPI_HTTP_CRAWLER_BOT,
/* Leave this as last member */
NDPI_MAX_RISK /* must be <= 63 due to (**) */