|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
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 |
Per-entry header preceding each logged frame in a TTL capture file.
| uint16_t ttl_entryheader::dest_addr |
Packed field: meta flag bits in the upper 3 bits, destination address in the lower 13 bits.
| uint16_t ttl_entryheader::size_type |
Packed field: entry type in the upper 4 bits, payload size in the lower 12 bits.
| uint16_t ttl_entryheader::src_addr |
Packed field: meta flag bits in the upper 3 bits, source address in the lower 13 bits.
| uint16_t ttl_entryheader::status_info |
Status or auxiliary information whose meaning depends on the entry type in size_type.