Wireshark 4.5.0
The Wireshark network protocol analyzer
|
Public Attributes | |
uint32_t | session_id |
uint8_t | dof_id |
dof_secure_session_data * | secure_sessions |
GSList * | data_list |
This structure exists for each DPS session. Secure sessions have an additional data structure that includes the secure session information. Each packet that has state will contain a reference to one of these.
Information in this structure is invariant for the duration of the session or is only used during the initial pass through the packets. Information that changes (for example, security parameters, keys, etc.) needs to be maintained separately, although this structure is the starting place for this information.
This structure is initialized to zero.
GSList* _dof_session_data::data_list |
Protocol-specific data.
uint8_t _dof_session_data::dof_id |
DPS ID: The type of DPS SENDER ID (in the packet data) to prevent aliasing. Since DPS senders identifiers relate to DNP, this is the DNP version number.
dof_secure_session_data* _dof_session_data::secure_sessions |
SECURE SESSIONS: When secure sessions are created from this unsecure session then they are added to this list. Each member of the list must be distinguished.
uint32_t _dof_session_data::session_id |
SESSION ID: Set when the session is created, required.