Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
_dof_api_data Struct Reference

Public Attributes

dof_transport_session * transport_session
dof_transport_packet * transport_packet
dof_session_data * session
dof_packet_data * packet
dof_secure_session_data * secure_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: