From 31eb8a1da7238e216ebb392913f58ebd7bf4ecf9 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 17 Oct 2024 23:23:04 +0200 Subject: [PATCH] Increasesd struct ndpi_flow_struct size --- src/include/ndpi_typedefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 2074181bf95..6fd13936553 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1591,8 +1591,8 @@ struct ndpi_flow_struct { _Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 264, "Size of the struct member protocols increased to more than 264 bytes, " "please check if this change is necessary."); -_Static_assert(sizeof(struct ndpi_flow_struct) <= 1176, - "Size of the flow struct increased to more than 1176 bytes, " +_Static_assert(sizeof(struct ndpi_flow_struct) <= 1184, + "Size of the flow struct increased to more than 1184 bytes, " "please check if this change is necessary."); #endif #endif