TCPHeader_s

Reference Documentation

Platform
Intel® PAC
Napatech SmartNIC
Content Type
Reference Information
Capture Software Version
Link™ Capture Software 12.10
Napatech Software Suite: TCPHeader_s Struct Reference
TCPHeader_s Struct Reference

Data Fields

uint32_t tcp_src:16
 
uint32_t tcp_dest:16
 
uint32_t tcp_seq
 
uint32_t tcp_ack
 
uint32_t reserved:4
 
uint32_t tcp_doff:4
 
uint32_t tcp_ec_ctl:8
 
uint32_t tcp_window:16
 
uint32_t tcp_crc:16
 
uint32_t tcp_urgp:16
 

Detailed Description

Examples:
net/netflow/netflow_example.c.

Definition at line 178 of file netflow_example.c.

Field Documentation

uint32_t TCPHeader_s::tcp_src
Examples:
net/netflow/netflow_example.c.

Definition at line 179 of file netflow_example.c.

Referenced by DumpL4().

uint32_t TCPHeader_s::tcp_dest
Examples:
net/netflow/netflow_example.c.

Definition at line 180 of file netflow_example.c.

Referenced by DumpL4().

uint32_t TCPHeader_s::tcp_seq

Definition at line 182 of file netflow_example.c.

uint32_t TCPHeader_s::tcp_ack

Definition at line 183 of file netflow_example.c.

uint32_t TCPHeader_s::reserved
Examples:
net/netflow/netflow_example.c.

Definition at line 185 of file netflow_example.c.

Referenced by DumpL4().

uint32_t TCPHeader_s::tcp_doff

Definition at line 186 of file netflow_example.c.

uint32_t TCPHeader_s::tcp_ec_ctl
Examples:
net/netflow/netflow_example.c.

Definition at line 187 of file netflow_example.c.

Referenced by DumpL4().

uint32_t TCPHeader_s::tcp_window

Definition at line 188 of file netflow_example.c.

uint32_t TCPHeader_s::tcp_crc

Definition at line 190 of file netflow_example.c.

uint32_t TCPHeader_s::tcp_urgp

Definition at line 191 of file netflow_example.c.


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