|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
Public Attributes | |
| address | addr |
| Address for this peer. | |
| guint32 | port |
| Port for the this peer. | |
| tcpcl_frame_loc_t * | chdr_seen |
| Frame number in which the contact header starts. | |
| guint8 | version |
| TCPCL version seen from this peer. | |
| gboolean | 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. | |
| guint16 | keepalive |
| Keepalive duration (s) from v4 SESS_INIT. | |
| guint64 | segment_mru |
| Segment MRU. | |
| guint64 | transfer_mru |
| Transfer MRU. | |
| tcpcl_frame_loc_t * | sess_term_seen |
| Frame number in which the SESS_TERM message starts. | |
| guint8 | sess_term_reason |
| SESS_TERM reason. | |
| wmem_map_t * | frame_loc_to_transfer |
| Map from tcpcl_frame_loc_t* to possible associated transfer ID guint64*. | |
| wmem_map_t * | transfers |
| Map from transfer ID guint64* to tcpcl_transfer_t* sent from this peer. | |