|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Extended log object header (type 2) carrying both an object timestamp and an original hardware timestamp.
| uint32_t blf_logobjectheader2::flags |
Object flags bitmask controlling timestamp and other behavior.
| uint64_t blf_logobjectheader2::object_timestamp |
Primary object timestamp in nanoseconds relative to the measurement start.
| uint16_t blf_logobjectheader2::object_version |
Version of the object format.
| uint64_t blf_logobjectheader2::original_timestamp |
Original hardware timestamp in nanoseconds; valid only when BLF_TS_STATUS_ORIG_TS_VALID is set.
| uint8_t blf_logobjectheader2::res1 |
Reserved; must be zero.
| uint8_t blf_logobjectheader2::timestamp_status |
Bitmask of BLF_TS_STATUS_* flags describing the validity and source of the timestamps.