|
|
@ -206,6 +206,7 @@ typedef struct TcpSession_ {
|
|
|
|
PoolThreadReserved res;
|
|
|
|
PoolThreadReserved res;
|
|
|
|
uint8_t state;
|
|
|
|
uint8_t state;
|
|
|
|
uint8_t queue_len; /**< length of queue list below */
|
|
|
|
uint8_t queue_len; /**< length of queue list below */
|
|
|
|
|
|
|
|
int8_t data_first_seen_dir;
|
|
|
|
/* coccinelle: TcpSession:flags:STREAMTCP_FLAG */
|
|
|
|
/* coccinelle: TcpSession:flags:STREAMTCP_FLAG */
|
|
|
|
uint16_t flags;
|
|
|
|
uint16_t flags;
|
|
|
|
TcpStream server;
|
|
|
|
TcpStream server;
|
|
|
@ -215,8 +216,6 @@ typedef struct TcpSession_ {
|
|
|
|
struct StreamMsg_ *toclient_smsg_head; /**< list of stream msgs (for detection inspection) */
|
|
|
|
struct StreamMsg_ *toclient_smsg_head; /**< list of stream msgs (for detection inspection) */
|
|
|
|
struct StreamMsg_ *toclient_smsg_tail; /**< list of stream msgs (for detection inspection) */
|
|
|
|
struct StreamMsg_ *toclient_smsg_tail; /**< list of stream msgs (for detection inspection) */
|
|
|
|
|
|
|
|
|
|
|
|
int8_t data_first_seen_dir;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TcpStateQueue *queue; /**< list of SYN/ACK candidates */
|
|
|
|
TcpStateQueue *queue; /**< list of SYN/ACK candidates */
|
|
|
|
} TcpSession;
|
|
|
|
} TcpSession;
|
|
|
|
|
|
|
|
|
|
|
|