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

Fixed-size file header present at the start of every TTL capture file. More...

#include <ttl.h>

Public Attributes

uint8_t magic [4]
uint32_t version
uint32_t block_size
uint32_t header_size

Detailed Description

Fixed-size file header present at the start of every TTL capture file.

Member Data Documentation

◆ block_size

uint32_t ttl_fileheader::block_size

Size in bytes of each data block in the file.

◆ header_size

uint32_t ttl_fileheader::header_size

Total size of the complete file header in bytes; minimum 16; if > 4096, an XML logger configuration follows the log file information.

◆ magic

uint8_t ttl_fileheader::magic[4]

Magic number identifying the file as a TTL capture; must be "TTL ".

◆ version

uint32_t ttl_fileheader::version

TTL file format version number.


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