|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A MATE GOP (Group of PDUs) instance tracking a correlated sequence of PDUs. More...
#include <mate.h>
Public Attributes | |
| uint32_t | id |
| const mate_cfg_gop * | cfg |
| char * | gop_key |
| AVPL * | avpl |
| unsigned | last_n |
| mate_gog * | gog |
| mate_gop * | next |
| double | expiration |
| double | idle_expiration |
| double | time_to_die |
| double | time_to_timeout |
| double | start_time |
| double | release_time |
| double | last_time |
| int | num_of_pdus |
| int | num_of_after_release_pdus |
| mate_pdu * | pdus |
| mate_pdu * | last_pdu |
| bool | released |
A MATE GOP (Group of PDUs) instance tracking a correlated sequence of PDUs.
| AVPL* _mate_gop::avpl |
Accumulated Attribute-Value Pair List for this GOP
| const mate_cfg_gop* _mate_gop::cfg |
GOP configuration type that created this instance
| double _mate_gop::expiration |
Absolute relative-time at which this GOP expires after release
| mate_gog* _mate_gop::gog |
GOG this GOP has been assigned to; NULL if unassigned
| char* _mate_gop::gop_key |
String representation of the key AVPL used to correlate PDUs into this GOP
| uint32_t _mate_gop::id |
Unique GOP identifier within its configuration type
| double _mate_gop::idle_expiration |
Absolute relative-time at which this GOP times out due to inactivity
| unsigned _mate_gop::last_n |
Number of attributes in avpl as of the last GOG attribute check
| mate_pdu* _mate_gop::last_pdu |
Tail of the PDU linked list for O(1) append
| double _mate_gop::last_time |
Relative time of the most recently assigned PDU
| mate_gop* _mate_gop::next |
Next GOP in the owning GOG's GOP linked list
| int _mate_gop::num_of_after_release_pdus |
Number of PDUs received after the GOP's stop PDU
| int _mate_gop::num_of_pdus |
Total number of PDUs assigned to this GOP
| mate_pdu* _mate_gop::pdus |
Head of the linked list of PDUs assigned to this GOP
| double _mate_gop::release_time |
Relative time at which the GOP was released (stop PDU received)
| bool _mate_gop::released |
True if this GOP has received its stop PDU and been released
| double _mate_gop::start_time |
Relative time of the GOP's start PDU
| double _mate_gop::time_to_die |
Absolute relative-time at which this GOP exceeds its maximum lifetime
| double _mate_gop::time_to_timeout |
Absolute relative-time at which the next applicable timeout fires