Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
uint32_t | i_valid |
uint32_t | r_valid |
uint32_t | security_mode |
uint32_t | security_mode_data_length |
uint8_t * | security_mode_data |
void * | security_mode_key_data |
uint8_t * | session_key |
struct _dof_session_key_exchange_data * | next |
This structure maintains security state throughout an DPS session. It is managed by the key exchange protocol, and becomes effective at different dps packets in each communication direction. Decrypting a packet requires that this structure exists.
uint32_t _dof_session_key_exchange_data::i_valid |
The frame at which this becomes valid for initiator packets.
struct _dof_session_key_exchange_data* _dof_session_key_exchange_data::next |
The next security data in this session.
uint32_t _dof_session_key_exchange_data::r_valid |
The frame at which this becomes valid for responder packets.
uint32_t _dof_session_key_exchange_data::security_mode |
SECURITY MODE: The security mode for a secure session. Set by the key exchange dissector.
uint32_t _dof_session_key_exchange_data::security_mode_data_length |
SECURITY MODE INITIALIZATION DATA: Determined by the key exchange protocol and passed here for the reference of the security mode.
void* _dof_session_key_exchange_data::security_mode_key_data |
SECURITY MODE DATA: Created and managed by the security mode dissector.
uint8_t* _dof_session_key_exchange_data::session_key |
SESSION KEY: Pointer to seasonal data that holds the encryption key.