to make scan-build happy avoiding its warning :
Excessive padding in 'struct DetectEngineThreadCtx_'
(33 padding bytes, where 1 is optimal)
/* byte_* values */
uint64_t *byte_values;
- uint8_t *base64_decoded;
- int base64_decoded_len;
-
/* counter for the filestore array below -- up here for cache reasons. */
uint16_t filestore_cnt;
on a frame is complete. */
Packet *p;
+ uint8_t *base64_decoded;
+ int base64_decoded_len;
+
uint16_t alert_queue_size;
uint16_t alert_queue_capacity;
PacketAlert *alert_queue;