
Data Fields | |
| UINT16 | SrcPort |
| UINT16 | DstPort |
| UINT32 | SeqNum |
| UINT32 | AckNum |
| UINT32 | HdrLength: 8 |
| UINT32 | Fin: 1 |
| UINT32 | Syn: 1 |
| UINT32 | Rst: 1 |
| UINT32 | Psh: 1 |
| UINT32 | Ack: 1 |
| UINT32 | Urg: 1 |
| UINT32 | Reserved: 2 |
| UINT16 | Window |
| UINT16 | Checksum |
| UINT16 | UrgPtr |
| PTCPOPTION | option |
Definition at line 84 of file TCP_Header.h.
| UINT32 stru_tcp_header::Ack |
Definition at line 95 of file TCP_Header.h.
| UINT32 stru_tcp_header::AckNum |
Definition at line 89 of file TCP_Header.h.
| UINT16 stru_tcp_header::Checksum |
Definition at line 99 of file TCP_Header.h.
| UINT16 stru_tcp_header::DstPort |
Definition at line 87 of file TCP_Header.h.
| UINT32 stru_tcp_header::Fin |
Definition at line 91 of file TCP_Header.h.
| UINT32 stru_tcp_header::HdrLength |
Definition at line 90 of file TCP_Header.h.
| PTCPOPTION stru_tcp_header::option |
Definition at line 101 of file TCP_Header.h.
| UINT32 stru_tcp_header::Psh |
Definition at line 94 of file TCP_Header.h.
| UINT32 stru_tcp_header::Reserved |
Definition at line 97 of file TCP_Header.h.
| UINT32 stru_tcp_header::Rst |
Definition at line 93 of file TCP_Header.h.
| UINT32 stru_tcp_header::SeqNum |
Definition at line 88 of file TCP_Header.h.
| UINT16 stru_tcp_header::SrcPort |
Definition at line 86 of file TCP_Header.h.
| UINT32 stru_tcp_header::Syn |
Definition at line 92 of file TCP_Header.h.
| UINT32 stru_tcp_header::Urg |
Definition at line 96 of file TCP_Header.h.
| UINT16 stru_tcp_header::UrgPtr |
Definition at line 100 of file TCP_Header.h.
| UINT16 stru_tcp_header::Window |
Definition at line 98 of file TCP_Header.h.