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

Union sized to the largest of the three MATE item types, used for generic allocation and type-punning across PDU, GOP, and GOG objects. More...

#include <mate.h>

Public Attributes

mate_pdu pdu
 
mate_gop gop
 
mate_gog gog
 

Detailed Description

Union sized to the largest of the three MATE item types, used for generic allocation and type-punning across PDU, GOP, and GOG objects.

Member Data Documentation

◆ gog

mate_gog _mate_max_size::gog

GOG (Group of GOPs) item; determines size if largest.

◆ gop

mate_gop _mate_max_size::gop

GOP (Group of PDUs) item; determines size if largest.

◆ pdu

mate_pdu _mate_max_size::pdu

PDU (Protocol Data Unit) item; determines size if largest.


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