diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-11-29 13:13:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-29 13:13:44 +0100 |
commit | 3fcd67c9ca7d5e0fd34ecb32645860807987ab0b (patch) | |
tree | 867bae6c8210ced74b4cdac314cb0847f97a77c0 /src/include | |
parent | 6b6b5c7c4e4e6112dcd6722a8685ee3517d7d5bc (diff) |
STUN: improve Whatsapp monitoring (#2635)
Diffstat (limited to 'src/include')
-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 f48566fbc..a07099cfc 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1627,8 +1627,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) <= 1216, - "Size of the flow struct increased to more than 1216 bytes, " +_Static_assert(sizeof(struct ndpi_flow_struct) <= 1224, + "Size of the flow struct increased to more than 1224 bytes, " "please check if this change is necessary."); #endif #endif |