Go to the source code of this file.
Defines | |
#define | UNKNOWN 0 |
#define | SYN_RCV 1 |
#define | SYN_ACK_RCV 2 |
#define | ESTABLISHED 3 |
#define | CLOSED_RST 4 |
#define | FIN_CLN_RCV 5 |
#define | FIN_SRV_RCV 6 |
#define | CLOSED_FIN 7 |
#define | ERROR_TCP 8 |
#define | FIRST_IS_CLN 0 |
#define | FIRST_IS_SRV 0xffffffff |
#define | FIN_CLN 1 |
#define | FIN_SRV 2 |
#define | MAX_WINDOW 65536 |
#define | FIN 1 |
#define | SYN 2 |
#define | RST 4 |
#define | PSH 8 |
#define | ACK 16 |
#define | URG 32 |
#define | TCP_SESSION 0x00000800 |
Typedefs | |
typedef __tcp_data | tcp_data |
Functions | |
uint32 | tcp_session (uint8 *block, uint32 pkt_size, TME_DATA *data, MEM_TYPE *mem_ex, uint8 *mem_data) |
|
Definition at line 90 of file tcp_session.h. |
|
Definition at line 57 of file tcp_session.h. |
|
Definition at line 54 of file tcp_session.h. |
|
Definition at line 58 of file tcp_session.h. |
|
Definition at line 53 of file tcp_session.h. |
|
Definition at line 86 of file tcp_session.h. |
|
Definition at line 61 of file tcp_session.h. |
|
Definition at line 55 of file tcp_session.h. |
|
Definition at line 62 of file tcp_session.h. |
|
Definition at line 56 of file tcp_session.h. |
|
Definition at line 59 of file tcp_session.h. |
|
Definition at line 60 of file tcp_session.h. |
|
Definition at line 64 of file tcp_session.h. |
|
Definition at line 89 of file tcp_session.h. |
|
Definition at line 88 of file tcp_session.h. |
|
Definition at line 87 of file tcp_session.h. |
|
Definition at line 52 of file tcp_session.h. |
|
Definition at line 51 of file tcp_session.h. |
|
Definition at line 93 of file tcp_session.h. |
|
Definition at line 50 of file tcp_session.h. |
|
Definition at line 91 of file tcp_session.h. |
|
|
|
|