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

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

Detailed Description

Common block header preceding every object in a BLF file.

Member Data Documentation

◆ header_length

uint16_t blf_blockheader::header_length

Length in bytes of this header, starting from magic.

◆ header_type

uint16_t blf_blockheader::header_type

Header format variant identifier.

◆ magic

uint8_t blf_blockheader::magic[4]

Block magic number; must be "LOBJ".

◆ object_length

uint32_t blf_blockheader::object_length

Total length in bytes of the object including this header.

◆ object_type

uint32_t blf_blockheader::object_type

Object type identifier indicating the payload format.


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