aboutsummaryrefslogtreecommitdiff
path: root/src/include/ndpi_typedefs.h
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2023-10-13 00:01:55 +0200
committerLuca Deri <deri@ntop.org>2023-10-13 00:01:55 +0200
commitb6179467ebdf8c0ee1667cbe9390b3b76e82578f (patch)
tree83decb11ad267154c1c1104fa91ede7a95a1ec11 /src/include/ndpi_typedefs.h
parent30fc89e556e5c09bf62b9548862cc3d924b9ec81 (diff)
Added NDPI_MALWARE_HOST_CONTACTED flow risk
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r--src/include/ndpi_typedefs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 5000b0cb9..555a876ec 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -159,7 +159,8 @@ typedef enum {
NDPI_TCP_ISSUES, /* 50 */ /* TCP issues such as connection failed, probing or scan */
NDPI_FULLY_ENCRYPTED, /* This (unknown) session is fully encrypted */
NDPI_TLS_ALPN_SNI_MISMATCH, /* Invalid ALPN/SNI combination */
-
+ NDPI_MALWARE_HOST_CONTACTED, /* Flow client contacted a malware host */
+
/* Leave this as last member */
NDPI_MAX_RISK /* must be <= 63 due to (**) */
} ndpi_risk_enum;