|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Fixed-size file header present at the start of every TTL capture file.
| uint32_t ttl_fileheader::block_size |
Size in bytes of each data block in the file.
| 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.
| uint8_t ttl_fileheader::magic[4] |
Magic number identifying the file as a TTL capture; must be "TTL ".
| uint32_t ttl_fileheader::version |
TTL file format version number.