Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
uint32_t | ssid |
uint8_t | domain_length |
uint8_t * | domain |
dof_session_key_exchange_data * | session_security_data |
dof_session_key_exchange_data * | session_security_data_last |
struct _dof_secure_session_data * | next |
struct _dof_session_data * | parent |
uint32_t | original_session_id |
bool | is_2_node |
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.
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.
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.
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.
uint32_t _dof_secure_session_data::ssid |
SSID: Zero is typically used for streaming sessions.