Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
uint32_t | th_rawseq |
uint32_t | th_seq |
uint32_t | th_rawack |
uint32_t | th_ack |
bool | th_have_seglen |
uint32_t | th_seglen |
uint32_t | th_win |
uint16_t | th_sport |
uint16_t | th_dport |
uint8_t | th_hlen |
bool | th_use_ace |
uint16_t | th_flags |
uint32_t | th_stream |
address | ip_src |
address | ip_dst |
uint8_t | num_sack_ranges |
uint32_t | sack_left_edge [MAX_TCP_SACK_RANGES] |
uint32_t | sack_right_edge [MAX_TCP_SACK_RANGES] |
struct mptcpheader * | th_mptcp |