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

Union of all ERF protocol-specific subheaders. More...

#include <erf_record.h>

Public Attributes

struct erf_mc_hdr mc_hdr
 
struct erf_aal2_hdr aal2_hdr
 
struct erf_eth_hdr eth_hdr
 

Detailed Description

Union of all ERF protocol-specific subheaders.

Immediately follows the ERF extension headers (if any). The active member is determined by the record type field in erf_header_t.

Member Data Documentation

◆ aal2_hdr

struct erf_aal2_hdr erf_subhdr::aal2_hdr

AAL2 subheader (TYPE_AAL2).

◆ eth_hdr

struct erf_eth_hdr erf_subhdr::eth_hdr

Ethernet subheader (TYPE_ETH).

◆ mc_hdr

struct erf_mc_hdr erf_subhdr::mc_hdr

Multi-channel subheader (e.g. TYPE_MC_HDLC, TYPE_MC_RAW).


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