|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Endace Record Format (ERF) record header, common to all ERF record types.
| uint8_t erf_record::flags |
ERF flags: RX error, DS (duplicate/steer), truncation, and extension-header present bits.
| uint16_t erf_record::lctr |
Loss counter or color/flow identifier, depending on record type.
| uint16_t erf_record::rlen |
Record length in bytes, including this header, any extension headers, and payload.
| erf_timestamp_t erf_record::ts |
ERF timestamp; upper 32 bits = seconds, lower 32 bits = fractional.
| uint8_t erf_record::type |
ERF record type (e.g. TYPE_ETH, TYPE_HDLC_POS, TYPE_AAL5).
| uint16_t erf_record::wlen |
Wire length: original packet size on the medium before any truncation.