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

Public Attributes

guint32 ssid
 
guint8 domain_length
 
guint8 * 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
 
guint32 original_session_id
 
gboolean is_2_node
 

Member Data Documentation

◆ domain

guint8* _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

guint8 _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

guint32 _dof_secure_session_data::ssid

SSID: Zero is typically used for streaming sessions.


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