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

Endace Record Format (ERF) record header, common to all ERF record types. More...

#include <erf_record.h>

Public Attributes

erf_timestamp_t ts
 
uint8_t type
 
uint8_t flags
 
uint16_t rlen
 
uint16_t lctr
 
uint16_t wlen
 

Detailed Description

Endace Record Format (ERF) record header, common to all ERF record types.

Member Data Documentation

◆ flags

uint8_t erf_record::flags

ERF flags: RX error, DS (duplicate/steer), truncation, and extension-header present bits.

◆ lctr

uint16_t erf_record::lctr

Loss counter or color/flow identifier, depending on record type.

◆ rlen

uint16_t erf_record::rlen

Record length in bytes, including this header, any extension headers, and payload.

◆ ts

erf_timestamp_t erf_record::ts

ERF timestamp; upper 32 bits = seconds, lower 32 bits = fractional.

◆ type

uint8_t erf_record::type

ERF record type (e.g. TYPE_ETH, TYPE_HDLC_POS, TYPE_AAL5).

◆ wlen

uint16_t erf_record::wlen

Wire length: original packet size on the medium before any truncation.


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