Skip to content

Commit 188fadc

Browse files
authored
Increased struct size (#2599)
1 parent 0cc84e4 commit 188fadc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/ndpi_typedefs.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,8 +1608,8 @@ struct ndpi_flow_struct {
16081608
_Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 264,
16091609
"Size of the struct member protocols increased to more than 264 bytes, "
16101610
"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, "
1611+
_Static_assert(sizeof(struct ndpi_flow_struct) <= 1192,
1612+
"Size of the flow struct increased to more than 1192 bytes, "
16131613
"please check if this change is necessary.");
16141614
#endif
16151615
#endif

0 commit comments

Comments
 (0)