From fef199ad450d451d88d143d395dfcfd7906deefc Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 21 Aug 2020 19:35:27 +0200 Subject: Added new check for detecting suspicious (too long) names --- src/include/ndpi_typedefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index d5baf9fe7..d585ccd23 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -83,10 +83,10 @@ typedef enum { NDPI_BLACKLISTED_HOST, /* Leave this as last member */ - NDPI_MAX_RISK + NDPI_MAX_RISK /* must be <= 31 due to (**) */ } ndpi_risk_enum; -typedef u_int32_t ndpi_risk; +typedef u_int32_t ndpi_risk; /* (**) */ /* NDPI_VISIT */ typedef enum { -- cgit v1.2.3