Wireshark  4.3.0
The Wireshark network protocol analyzer
Public Attributes | List of all members
tcpcl_conversation_t Struct Reference

Persistent state associated with a TCP conversation. More...

#include <packet-tcpcl.h>

Public Attributes

tcpcl_peer_tactive
 Information for the active side of the session.
 
tcpcl_peer_tpassive
 Information for the passive side of the session.
 
guint8 * version
 
gboolean contact_negotiated
 True when contact negotiation is finished.
 
gboolean session_use_tls
 Negotiated use of TLS from can_tls of the peers.
 
tcpcl_frame_loc_tsession_tls_start
 The last frame before TLS handshake.
 
gboolean sess_negotiated
 True when session negotiation is finished.
 
guint16 sess_keepalive
 Negotiated session keepalive.
 

Detailed Description

Persistent state associated with a TCP conversation.

Member Data Documentation

◆ version

guint8* tcpcl_conversation_t::version

Set to the first TCPCL version seen. Used later for validity check.


The documentation for this struct was generated from the following file: