#include <decode_tcp.h>
Data Fields | |
| unsigned short | source |
| unsigned short | dest |
| unsigned int | seq |
| unsigned int | ack_seq |
| unsigned short | doff:4 |
| unsigned short | res1:4 |
| unsigned short | cwr:1 |
| unsigned short | ece:1 |
| unsigned short | urg:1 |
| unsigned short | ack:1 |
| unsigned short | psh:1 |
| unsigned short | rst:1 |
| unsigned short | syn:1 |
| unsigned short | fin:1 |
| unsigned short | window |
| unsigned short | check |
| unsigned short | urg_ptr |
Definition at line 9 of file decode_tcp.h.
| unsigned short tcp_header::source |
Definition at line 10 of file decode_tcp.h.
Referenced by AssignSessionTCP(), DecodeTCP(), PrintPacketSummary(), TestTCPPort(), and TestTCPSrc().
| unsigned short tcp_header::dest |
Definition at line 11 of file decode_tcp.h.
Referenced by AssignSessionTCP(), DecodeTCP(), PrintPacketSummary(), and TestTCPPort().
| unsigned int tcp_header::seq |
Definition at line 12 of file decode_tcp.h.
Referenced by AssignSessionTCP(), and PrintPacketSummary().
| unsigned int tcp_header::ack_seq |
Definition at line 13 of file decode_tcp.h.
Referenced by AssignSessionTCP(), and PrintPacketSummary().
| unsigned short tcp_header::doff |
| unsigned short tcp_header::res1 |
Definition at line 26 of file decode_tcp.h.
| unsigned short tcp_header::cwr |
Definition at line 26 of file decode_tcp.h.
| unsigned short tcp_header::ece |
Definition at line 26 of file decode_tcp.h.
| unsigned short tcp_header::urg |
Definition at line 26 of file decode_tcp.h.
| unsigned short tcp_header::ack |
| unsigned short tcp_header::psh |
Definition at line 26 of file decode_tcp.h.
| unsigned short tcp_header::rst |
Definition at line 26 of file decode_tcp.h.
Referenced by AssignSessionTCP(), and PrintPacketSummary().
| unsigned short tcp_header::syn |
Definition at line 26 of file decode_tcp.h.
Referenced by AssignSessionTCP(), and PrintPacketSummary().
| unsigned short tcp_header::fin |
Definition at line 26 of file decode_tcp.h.
Referenced by AssignSessionTCP(), and PrintPacketSummary().
| unsigned short tcp_header::window |
Definition at line 37 of file decode_tcp.h.
| unsigned short tcp_header::check |
Definition at line 38 of file decode_tcp.h.
| unsigned short tcp_header::urg_ptr |
Definition at line 39 of file decode_tcp.h.
1.5.2