Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
blf_logobjectheader2 Struct Reference

Extended log object header (type 2) carrying both an object timestamp and an original hardware timestamp. More...

#include <blf.h>

Public Attributes

uint32_t flags
uint8_t timestamp_status
uint8_t res1
uint16_t object_version
uint64_t object_timestamp
uint64_t original_timestamp

Detailed Description

Extended log object header (type 2) carrying both an object timestamp and an original hardware timestamp.

Member Data Documentation

◆ flags

uint32_t blf_logobjectheader2::flags

Object flags bitmask controlling timestamp and other behavior.

◆ object_timestamp

uint64_t blf_logobjectheader2::object_timestamp

Primary object timestamp in nanoseconds relative to the measurement start.

◆ object_version

uint16_t blf_logobjectheader2::object_version

Version of the object format.

◆ original_timestamp

uint64_t blf_logobjectheader2::original_timestamp

Original hardware timestamp in nanoseconds; valid only when BLF_TS_STATUS_ORIG_TS_VALID is set.

◆ res1

uint8_t blf_logobjectheader2::res1

Reserved; must be zero.

◆ timestamp_status

uint8_t blf_logobjectheader2::timestamp_status

Bitmask of BLF_TS_STATUS_* flags describing the validity and source of the timestamps.


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