|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
A single MATE PDU instance created from a dissected packet. More...
#include <mate.h>
Public Attributes | |
| uint32_t | id |
| const mate_cfg_pdu * | cfg |
| AVPL * | avpl |
| uint32_t | frame |
| double | rel_time |
| mate_gop * | gop |
| mate_pdu * | next |
| double | time_in_gop |
| bool | first |
| bool | is_start |
| bool | is_stop |
| bool | after_release |
A single MATE PDU instance created from a dissected packet.
| bool _mate_pdu::after_release |
True if this PDU arrived after the GOP's stop PDU
| AVPL* _mate_pdu::avpl |
Attribute-Value Pair List extracted from the packet
| const mate_cfg_pdu* _mate_pdu::cfg |
PDU configuration type that created this instance
| bool _mate_pdu::first |
True if this is the first PDU extracted from its frame
| uint32_t _mate_pdu::frame |
Frame number of the packet this PDU was extracted from
| mate_gop* _mate_pdu::gop |
GOP this PDU has been assigned to; NULL if unassigned
| uint32_t _mate_pdu::id |
Unique PDU identifier within its configuration type
| bool _mate_pdu::is_start |
True if this PDU matched the GOP's start AVPL
| bool _mate_pdu::is_stop |
True if this PDU matched the GOP's stop AVPL
| mate_pdu* _mate_pdu::next |
Next PDU in the owning GOP's PDU linked list
| double _mate_pdu::rel_time |
Relative time in seconds since the start of the capture
| double _mate_pdu::time_in_gop |
Time offset in seconds from the GOP's start PDU