Wireshark  2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Public Attributes | List of all members
_dof_transport_session Struct Reference

Public Attributes

gint transport_id
 
guint32 transport_session_id
 
nstime_t session_start_ts
 
gboolean negotiation_required
 
guint32 negotiation_complete_at
 
nstime_t negotiation_complete_at_ts
 
gboolean is_streaming
 
gboolean is_2_node
 

Detailed Description

This structure contains all of the transport session information related to a particular session, but not related to the packet within that session. That information is separated to allow reuse of the structure.

Member Data Documentation

gboolean _dof_transport_session::is_2_node

Cardinality of transport session.

gboolean _dof_transport_session::is_streaming

Type of transport session.

guint32 _dof_transport_session::negotiation_complete_at

The frame number where negotiation was complete, or zero if not complete.

nstime_t _dof_transport_session::negotiation_complete_at_ts

The time when negotiation was complete, or zero if not complete.

gboolean _dof_transport_session::negotiation_required

Whether negotiation is required on this session.

nstime_t _dof_transport_session::session_start_ts

Timestamp of start of session.

gint _dof_transport_session::transport_id

TRANSPORT ID: This is a unique identifier for each transport, used to prevent aliasing of the SENDER ID value in the transport packet structure. It contains the protocol id assigned by Wireshark (unique per protocol).

guint32 _dof_transport_session::transport_session_id

For new sessions, this is left zero. The DPS dissector will set this value.


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