Wireshark 4.5.0
The Wireshark network protocol analyzer
|
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 |
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.
dof_packet_data* _dof_api_data::packet |
DPS DATA: Set by the DPS dissector.
dof_secure_session_data* _dof_api_data::secure_session |
DPS SECURE SESSION: Set by the DPP dissector.
dof_session_data* _dof_api_data::session |
DPS SESSION: Set by the DPS dissector.
dof_transport_packet* _dof_api_data::transport_packet |
TRANSPORT PACKET: Set by the transport dissector, required.
dof_transport_session* _dof_api_data::transport_session |
TRANSPORT SESSION: Set by the transport dissector, required.