suricata
|
#include <stream-tcp-private.h>
Data Fields | |
SCTime_t | ts |
uint32_t | pktlen |
uint32_t | alloclen |
uint8_t * | pkt_hdr |
Definition at line 65 of file stream-tcp-private.h.
uint32_t TcpSegmentPcapHdrStorage_::alloclen |
Definition at line 68 of file stream-tcp-private.h.
uint8_t* TcpSegmentPcapHdrStorage_::pkt_hdr |
Definition at line 69 of file stream-tcp-private.h.
uint32_t TcpSegmentPcapHdrStorage_::pktlen |
Definition at line 67 of file stream-tcp-private.h.
Referenced by StreamTcpSegmentReturntoPool().
SCTime_t TcpSegmentPcapHdrStorage_::ts |
Definition at line 66 of file stream-tcp-private.h.
Referenced by StreamTcpSegmentForSession().