diff options
author | Luca Deri <deri@ntop.org> | 2023-10-13 00:01:55 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-10-13 00:01:55 +0200 |
commit | b6179467ebdf8c0ee1667cbe9390b3b76e82578f (patch) | |
tree | 83decb11ad267154c1c1104fa91ede7a95a1ec11 /src/include/ndpi_typedefs.h | |
parent | 30fc89e556e5c09bf62b9548862cc3d924b9ec81 (diff) |
Added NDPI_MALWARE_HOST_CONTACTED flow risk
Diffstat (limited to 'src/include/ndpi_typedefs.h')
-rw-r--r-- | src/include/ndpi_typedefs.h | 3 |
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; |