|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Common block header preceding every object in a BLF file. More...
#include <blf.h>
Public Attributes | |
| uint8_t | magic [4] |
| uint16_t | header_length |
| uint16_t | header_type |
| uint32_t | object_length |
| uint32_t | object_type |
Common block header preceding every object in a BLF file.
| uint16_t blf_blockheader::header_length |
Length in bytes of this header, starting from magic.
| uint16_t blf_blockheader::header_type |
Header format variant identifier.
| uint8_t blf_blockheader::magic[4] |
Block magic number; must be "LOBJ".
| uint32_t blf_blockheader::object_length |
Total length in bytes of the object including this header.
| uint32_t blf_blockheader::object_type |
Object type identifier indicating the payload format.