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

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]

Detailed Description

Netflix BBLog dump info block describing the identity and context of a TCP connection log stream.

Member Data Documentation

◆ _pad

uint8_t nflx_dumpinfo::_pad[7]

Explicit padding to maintain 8-byte alignment; value is undefined.

◆ tlh_af

uint8_t nflx_dumpinfo::tlh_af

Address family of the connection (e.g., AF_INET or AF_INET6).

◆ tlh_id

char nflx_dumpinfo::tlh_id[64]

Null-terminated string uniquely identifying this log stream.

◆ tlh_ie_faddr_addr32

uint32_t nflx_dumpinfo::tlh_ie_faddr_addr32[4]

Foreign (remote) IP address; supports both IPv4 (first element) and IPv6 (all four elements).

◆ tlh_ie_fport

uint16_t nflx_dumpinfo::tlh_ie_fport

Foreign (remote) TCP port of the logged connection.

◆ tlh_ie_laddr_addr32

uint32_t nflx_dumpinfo::tlh_ie_laddr_addr32[4]

Local IP address; supports both IPv4 (first element) and IPv6 (all four elements).

◆ tlh_ie_lport

uint16_t nflx_dumpinfo::tlh_ie_lport

Local TCP port of the logged connection.

◆ tlh_ie_zoneid

uint32_t nflx_dumpinfo::tlh_ie_zoneid

Jail or network zone identifier of the connection.

◆ tlh_length

uint64_t nflx_dumpinfo::tlh_length

Total length in bytes of the log data following this header.

◆ tlh_offset_tv_sec

uint64_t nflx_dumpinfo::tlh_offset_tv_sec

Seconds component of the reference time offset for timestamps in this stream.

◆ tlh_offset_tv_usec

uint64_t nflx_dumpinfo::tlh_offset_tv_usec

Microseconds component of the reference time offset for timestamps in this stream.

◆ tlh_reason

char nflx_dumpinfo::tlh_reason[32]

Null-terminated string describing why this log was captured.

◆ tlh_tag

char nflx_dumpinfo::tlh_tag[32]

Null-terminated user-supplied tag string for this log stream.

◆ tlh_type

uint32_t nflx_dumpinfo::tlh_type

Log stream type identifier.

◆ tlh_version

uint32_t nflx_dumpinfo::tlh_version

Version of the BBLog dump format used in this stream.


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