Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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.
 
uint8_t * version
 
bool contact_negotiated
 True when contact negotiation is finished.
 
bool 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.
 
bool sess_negotiated
 True when session negotiation is finished.
 
uint16_t sess_keepalive
 Negotiated session keepalive.
 

Detailed Description

Persistent state associated with a TCP conversation.

Member Data Documentation

◆ version

uint8_t* 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: