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

Per-entry header preceding each logged frame in a TTL capture file. More...

#include <ttl.h>

Public Attributes

uint16_t size_type
uint16_t dest_addr
uint16_t src_addr
uint16_t status_info

Detailed Description

Per-entry header preceding each logged frame in a TTL capture file.

Member Data Documentation

◆ dest_addr

uint16_t ttl_entryheader::dest_addr

Packed field: meta flag bits in the upper 3 bits, destination address in the lower 13 bits.

◆ size_type

uint16_t ttl_entryheader::size_type

Packed field: entry type in the upper 4 bits, payload size in the lower 12 bits.

◆ src_addr

uint16_t ttl_entryheader::src_addr

Packed field: meta flag bits in the upper 3 bits, source address in the lower 13 bits.

◆ status_info

uint16_t ttl_entryheader::status_info

Status or auxiliary information whose meaning depends on the entry type in size_type.


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