#include <session.h>
Data Fields | |
| unsigned short int | NumPieces |
| tcp_stream_piece | Pieces [TCP_QUEUE_SIZE] |
| unsigned char | Payloads [TCP_PAYLOAD_BUFFER_SIZE] |
| unsigned char | QueueSize |
| int | Queue [TCP_PAYLOAD_PIECES_SIZE] |
| unsigned int | TopSeq |
| unsigned int | LastSeq |
Definition at line 65 of file session.h.
| unsigned short int tcp_stream::NumPieces |
struct tcp_stream_piece tcp_stream::Pieces[TCP_QUEUE_SIZE] [read] |
| unsigned char tcp_stream::Payloads[TCP_PAYLOAD_BUFFER_SIZE] |
Definition at line 68 of file session.h.
Referenced by AssignSessionTCP(), and PrintSessionBuffer().
| unsigned char tcp_stream::QueueSize |
| int tcp_stream::Queue[TCP_PAYLOAD_PIECES_SIZE] |
| unsigned int tcp_stream::TopSeq |
Definition at line 71 of file session.h.
Referenced by AssignSessionTCP(), and PrintSessionBuffer().
| unsigned int tcp_stream::LastSeq |
Definition at line 72 of file session.h.
Referenced by AssignSessionTCP(), and PrintSessionBuffer().
1.5.2