Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
pcapng-netflix-custom.h File Reference

Go to the source code of this file.

Classes

struct  nflx
 Mandatory payload of a Netflix-specific WTAP_BLOCK_CUSTOM block in a pcapng file. More...
struct  nflx_tcpinfo
 Netflix BBLog per-event TCP state snapshot recorded at each TCP stack event. More...
struct  nflx_dumpinfo
 Netflix BBLog dump info block describing the identity and context of a TCP connection log stream. More...

Macros

#define PEN_NFLX   10949
#define NFLX_BLOCK_TYPE_EVENT   1
#define NFLX_BLOCK_TYPE_SKIP   2
#define NFLX_OPT_TYPE_VERSION   1
#define NFLX_OPT_TYPE_TCPINFO   2
#define NFLX_OPT_TYPE_DUMPINFO   4
#define NFLX_OPT_TYPE_DUMPTIME   5
#define NFLX_OPT_TYPE_STACKNAME   6
#define NFLX_TLB_FLAG_RXBUF   0x0001 /* Includes receive buffer info */
#define NFLX_TLB_FLAG_TXBUF   0x0002 /* Includes send buffer info */
#define NFLX_TLB_FLAG_HDR   0x0004 /* Includes a TCP header */
#define NFLX_TLB_FLAG_VERBOSE   0x0008 /* Includes function/line numbers */
#define NFLX_TLB_FLAG_STACKINFO   0x0010 /* Includes stack-specific info */
#define NFLX_TLB_TF_REQ_SCALE   0x00000020 /* Sent WS option */
#define NFLX_TLB_TF_RCVD_SCALE   0x00000040 /* Received WS option */
#define NFLX_TLB_TCPS_ESTABLISHED   4
#define NFLX_TLB_IS_SYNCHRONIZED(state)
#define OPT_NFLX_TCPINFO_SIZE   268U

Typedefs

typedef struct nflx wtapng_nflx_custom_mandatory_t
 Mandatory payload of a Netflix-specific WTAP_BLOCK_CUSTOM block in a pcapng file.

Detailed Description

Wireshark - Network traffic analyzer By Gerald Combs geral.nosp@m.d@wi.nosp@m.resha.nosp@m.rk.o.nosp@m.rg Copyright 2001 Gerald Combs

SPDX-License-Identifier: GPL-2.0-or-later

Macro Definition Documentation

◆ NFLX_TLB_IS_SYNCHRONIZED

#define NFLX_TLB_IS_SYNCHRONIZED ( state)
Value:
(state >= NFLX_TLB_TCPS_ESTABLISHED)