Skip to content

Commit

Permalink
Increased "struct ndpi_flow_struct" size
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaderi committed Oct 31, 2024
1 parent 412ca87 commit 21c968f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/ndpi_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1615,8 +1615,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) <= 1200,
"Size of the flow struct increased to more than 1200 bytes, "
_Static_assert(sizeof(struct ndpi_flow_struct) <= 1216,
"Size of the flow struct increased to more than 1216 bytes, "
"please check if this change is necessary.");
#endif
#endif
Expand Down

0 comments on commit 21c968f

Please sign in to comment.