Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_mate_pdu Struct Reference

A single MATE PDU instance created from a dissected packet. More...

#include <mate.h>

Public Attributes

uint32_t id
 
const mate_cfg_pducfg
 
AVPLavpl
 
uint32_t frame
 
double rel_time
 
mate_gopgop
 
mate_pdunext
 
double time_in_gop
 
bool first
 
bool is_start
 
bool is_stop
 
bool after_release
 

Detailed Description

A single MATE PDU instance created from a dissected packet.

Member Data Documentation

◆ after_release

bool _mate_pdu::after_release

True if this PDU arrived after the GOP's stop PDU

◆ avpl

AVPL* _mate_pdu::avpl

Attribute-Value Pair List extracted from the packet

◆ cfg

const mate_cfg_pdu* _mate_pdu::cfg

PDU configuration type that created this instance

◆ first

bool _mate_pdu::first

True if this is the first PDU extracted from its frame

◆ frame

uint32_t _mate_pdu::frame

Frame number of the packet this PDU was extracted from

◆ gop

mate_gop* _mate_pdu::gop

GOP this PDU has been assigned to; NULL if unassigned

◆ id

uint32_t _mate_pdu::id

Unique PDU identifier within its configuration type

◆ is_start

bool _mate_pdu::is_start

True if this PDU matched the GOP's start AVPL

◆ is_stop

bool _mate_pdu::is_stop

True if this PDU matched the GOP's stop AVPL

◆ next

mate_pdu* _mate_pdu::next

Next PDU in the owning GOP's PDU linked list

◆ rel_time

double _mate_pdu::rel_time

Relative time in seconds since the start of the capture

◆ time_in_gop

double _mate_pdu::time_in_gop

Time offset in seconds from the GOP's start PDU


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