aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2024-10-19 09:28:06 +0200
committerGitHub <noreply@github.com>2024-10-19 09:28:06 +0200
commit188fadc50303e56a53ebd7afa4807c5d1b75fd86 (patch)
tree5ce4082067c5d65ec11a3457c136421279929a93
parent0cc84e4fdd3057826355596fc2cc5a6c783048d5 (diff)
Increased struct size (#2599)
-rw-r--r--src/include/ndpi_typedefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h
index 50bb3b013..5960fdfae 100644
--- a/src/include/ndpi_typedefs.h
+++ b/src/include/ndpi_typedefs.h
@@ -1608,8 +1608,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) <= 1185,
- "Size of the flow struct increased to more than 1186 bytes, "
+_Static_assert(sizeof(struct ndpi_flow_struct) <= 1192,
+ "Size of the flow struct increased to more than 1192 bytes, "
"please check if this change is necessary.");
#endif
#endif