|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
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.
| struct erf_aal2_hdr erf_subhdr::aal2_hdr |
AAL2 subheader (TYPE_AAL2).
| struct erf_eth_hdr erf_subhdr::eth_hdr |
Ethernet subheader (TYPE_ETH).
| struct erf_mc_hdr erf_subhdr::mc_hdr |
Multi-channel subheader (e.g. TYPE_MC_HDLC, TYPE_MC_RAW).