|
Wireshark 4.7.3
The Wireshark network protocol analyzer
|
Netflix BBLog dump info block describing the identity and context of a TCP connection log stream. More...
#include <pcapng-netflix-custom.h>
Public Attributes | |
| uint32_t | tlh_version |
| uint32_t | tlh_type |
| uint64_t | tlh_length |
| uint16_t | tlh_ie_fport |
| uint16_t | tlh_ie_lport |
| uint32_t | tlh_ie_faddr_addr32 [4] |
| uint32_t | tlh_ie_laddr_addr32 [4] |
| uint32_t | tlh_ie_zoneid |
| uint64_t | tlh_offset_tv_sec |
| uint64_t | tlh_offset_tv_usec |
| char | tlh_id [64] |
| char | tlh_reason [32] |
| char | tlh_tag [32] |
| uint8_t | tlh_af |
| uint8_t | _pad [7] |
Netflix BBLog dump info block describing the identity and context of a TCP connection log stream.
| uint8_t nflx_dumpinfo::_pad[7] |
Explicit padding to maintain 8-byte alignment; value is undefined.
| uint8_t nflx_dumpinfo::tlh_af |
Address family of the connection (e.g., AF_INET or AF_INET6).
| char nflx_dumpinfo::tlh_id[64] |
Null-terminated string uniquely identifying this log stream.
| uint32_t nflx_dumpinfo::tlh_ie_faddr_addr32[4] |
Foreign (remote) IP address; supports both IPv4 (first element) and IPv6 (all four elements).
| uint16_t nflx_dumpinfo::tlh_ie_fport |
Foreign (remote) TCP port of the logged connection.
| uint32_t nflx_dumpinfo::tlh_ie_laddr_addr32[4] |
Local IP address; supports both IPv4 (first element) and IPv6 (all four elements).
| uint16_t nflx_dumpinfo::tlh_ie_lport |
Local TCP port of the logged connection.
| uint32_t nflx_dumpinfo::tlh_ie_zoneid |
Jail or network zone identifier of the connection.
| uint64_t nflx_dumpinfo::tlh_length |
Total length in bytes of the log data following this header.
| uint64_t nflx_dumpinfo::tlh_offset_tv_sec |
Seconds component of the reference time offset for timestamps in this stream.
| uint64_t nflx_dumpinfo::tlh_offset_tv_usec |
Microseconds component of the reference time offset for timestamps in this stream.
| char nflx_dumpinfo::tlh_reason[32] |
Null-terminated string describing why this log was captured.
| char nflx_dumpinfo::tlh_tag[32] |
Null-terminated user-supplied tag string for this log stream.
| uint32_t nflx_dumpinfo::tlh_type |
Log stream type identifier.
| uint32_t nflx_dumpinfo::tlh_version |
Version of the BBLog dump format used in this stream.