24 #ifndef __STREAM_TCP_UTIL_H__ 25 #define __STREAM_TCP_UTIL_H__ int StreamTcpUTAddSegmentWithByte(ThreadVars *, TcpReassemblyThreadCtx *, TcpStream *, uint32_t, uint8_t, uint16_t)
void StreamTcpUTSetupSession(TcpSession *)
int StreamTcpUTAddPayload(ThreadVars *tv, TcpReassemblyThreadCtx *ra_ctx, TcpSession *ssn, TcpStream *stream, uint32_t seq, uint8_t *payload, uint16_t len)
wrapper for StreamTcpReassembleHandleSegmentHandleData
void StreamTcpUtilRegisterTests(void)
void StreamTcpUTDeinit(TcpReassemblyThreadCtx *)
void StreamTcpUTClearStream(TcpStream *)
void StreamTcpUTInitInline(void)
void StreamTcpUTClearSession(TcpSession *)
void StreamTcpUTSetupStream(TcpStream *, uint32_t isn)
int StreamTcpUTAddSegmentWithPayload(ThreadVars *, TcpReassemblyThreadCtx *, TcpStream *, uint32_t, uint8_t *, uint16_t)
Per thread variable structure.
void StreamTcpUTInit(TcpReassemblyThreadCtx **)