Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
address | addr |
Address for this peer. | |
uint32_t | port |
Port for the this peer. | |
bool | chdr_missing |
True if a contact header was not seen at the start of connection. | |
tcpcl_frame_loc_t * | chdr_seen |
Frame number in which the contact header starts. | |
uint8_t | version |
TCPCL version seen from this peer. | |
bool | can_tls |
CAN_TLS flag from the contact header. | |
tcpcl_frame_loc_t * | sess_init_seen |
Frame number in which the v4 SESS_INIT message starts. | |
uint16_t | keepalive |
Keepalive duration (s) from v4 SESS_INIT. | |
uint64_t | segment_mru |
Segment MRU. | |
uint64_t | transfer_mru |
Transfer MRU. | |
tcpcl_frame_loc_t * | sess_term_seen |
Frame number in which the SESS_TERM message starts. | |
uint8_t | sess_term_reason |
SESS_TERM reason. | |
wmem_map_t * | frame_loc_to_transfer |
Map from tcpcl_frame_loc_t* to possible associated transfer ID uint64_t*. | |
wmem_map_t * | transfers |
Map from transfer ID uint64_t* to tcpcl_transfer_t* sent from this peer. | |