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

Header for a BLF log container object, which wraps a block of compressed or uncompressed log data. More...

#include <blf.h>

Public Attributes

uint16_t compression_method
uint16_t res1
uint32_t res2
uint32_t uncompressed_size
uint32_t res4

Detailed Description

Header for a BLF log container object, which wraps a block of compressed or uncompressed log data.

Member Data Documentation

◆ compression_method

uint16_t blf_logcontainerheader::compression_method

Compression method applied to the container payload: 0 = uncompressed, 2 = zlib.

◆ res1

uint16_t blf_logcontainerheader::res1

Reserved; must be zero.

◆ res2

uint32_t blf_logcontainerheader::res2

Reserved; must be zero.

◆ res4

uint32_t blf_logcontainerheader::res4

Reserved; must be zero.

◆ uncompressed_size

uint32_t blf_logcontainerheader::uncompressed_size

Size in bytes of the payload after decompression.


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