Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_dof_secure_session_data Struct Reference

Public Attributes

uint32_t ssid
 
uint8_t domain_length
 
uint8_t * domain
 
dof_session_key_exchange_datasession_security_data
 
dof_session_key_exchange_datasession_security_data_last
 
struct _dof_secure_session_datanext
 
struct _dof_session_dataparent
 
uint32_t original_session_id
 
bool is_2_node
 

Member Data Documentation

◆ domain

uint8_t* _dof_secure_session_data::domain

DOMAIN: The security domain itself, seasonal storage, non-null for secure sessions. Set by the key exchange dissector.

◆ domain_length

uint8_t _dof_secure_session_data::domain_length

DOMAIN LENGTH: The length of the security domain, greater than zero for secure sessions. Set by the key exchange dissector.

◆ next

struct _dof_secure_session_data* _dof_secure_session_data::next

NEXT: This is the next secure session related to the parent unsecure session. Protocols can define new secure sessions and add them to this list. DPP then finds the correct secure session for a secure packet and caches it.

◆ session_security_data

dof_session_key_exchange_data* _dof_secure_session_data::session_security_data

SESSION SECURITY: This is a list of security data for this session, created by the key exchange protocol.

◆ ssid

uint32_t _dof_secure_session_data::ssid

SSID: Zero is typically used for streaming sessions.


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