Skip to content

Commit

Permalink
Fix compilation in CI jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi committed Jul 15, 2023
1 parent 890f177 commit cd219b1
Show file tree
Hide file tree
Showing 5 changed files with 107 additions and 52 deletions.
4 changes: 2 additions & 2 deletions src/include/ndpi_typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1678,8 +1678,8 @@ struct ndpi_flow_struct {
_Static_assert(sizeof(((struct ndpi_flow_struct *)0)->protos) <= 210,
"Size of the struct member protocols increased to more than 210 bytes, "
"please check if this change is necessary.");
_Static_assert(sizeof(struct ndpi_flow_struct) <= 960,
"Size of the flow struct increased to more than 952 bytes, "
_Static_assert(sizeof(struct ndpi_flow_struct) <= 968,
"Size of the flow struct increased to more than 968 bytes, "
"please check if this change is necessary.");
#endif
#endif
Expand Down
Binary file added tests/cfgs/default/pcap/quic-mvfst-27.pcapng
Binary file not shown.
Loading

0 comments on commit cd219b1

Please sign in to comment.