diff options
author | Luca Deri <deri@ntop.org> | 2024-10-31 21:54:38 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2024-10-31 21:54:38 +0100 |
commit | 21c968f41459fb2d7125efbdd679e7d53799d966 (patch) | |
tree | 88f712cdfc8b1ac34961248327eff1c6a3d57c30 | |
parent | 412ca8700fc53da705c6aa386c736a400279a614 (diff) |
Increased "struct ndpi_flow_struct" size
-rw-r--r-- | src/include/ndpi_typedefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index dc3f110ce..e60c88ded 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -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 |