|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Compact log object header (type 3) carrying a static size field and a single timestamp. More...
#include <blf.h>
Public Attributes | |
| uint32_t | flags |
| uint16_t | static_size |
| uint16_t | object_version |
| uint64_t | object_timestamp |
Compact log object header (type 3) carrying a static size field and a single timestamp.
| uint32_t blf_logobjectheader3::flags |
Object flags bitmask controlling timestamp and other behavior.
| uint64_t blf_logobjectheader3::object_timestamp |
Timestamp of this object in nanoseconds relative to the measurement start.
| uint16_t blf_logobjectheader3::object_version |
Version of the object format.
| uint16_t blf_logobjectheader3::static_size |
Size in bytes of the static (non-variable) portion of the object payload.