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

Public Attributes

dof_transport_sessiontransport_session
 
dof_transport_packettransport_packet
 
dof_session_datasession
 
dof_packet_datapacket
 
dof_secure_session_datasecure_session
 

Detailed Description

This structure contains all information that is passed between transport dissectors/plugins and the DPS dissector. It is allocated by the transport plugin, and its fields are set as described here.

Member Data Documentation

◆ packet

dof_packet_data* _dof_api_data::packet

DPS DATA: Set by the DPS dissector.

◆ secure_session

dof_secure_session_data* _dof_api_data::secure_session

DPS SECURE SESSION: Set by the DPP dissector.

◆ session

dof_session_data* _dof_api_data::session

DPS SESSION: Set by the DPS dissector.

◆ transport_packet

dof_transport_packet* _dof_api_data::transport_packet

TRANSPORT PACKET: Set by the transport dissector, required.

◆ transport_session

dof_transport_session* _dof_api_data::transport_session

TRANSPORT SESSION: Set by the transport dissector, required.


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