We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cc84e4 commit 188fadcCopy full SHA for 188fadc
src/include/ndpi_typedefs.h
@@ -1608,8 +1608,8 @@ struct ndpi_flow_struct {
1608
_Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 264,
1609
"Size of the struct member protocols increased to more than 264 bytes, "
1610
"please check if this change is necessary.");
1611
-_Static_assert(sizeof(struct ndpi_flow_struct) <= 1185,
1612
- "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, "
1613
1614
#endif
1615
0 commit comments