Is it possible to adjust C-array export array length ? [closed]
Hello,
It seems the C array export creates arrays with 1024 elements max, is there a reason for that ? Is it possible to somehow configure the maximum number of elements contained in an array ? I'm asking this because for packets larger than 1024 bytes, we have no way to find out if 2 arrays are part of the same packet, I think it would be great if c arrays would match actual packets.
Looks like this is only on older releases (was testing on Linux), I tried on latest Windows release and the export looks ok