OpenVAS Libraries  9.0.3
tcp_packet Struct Reference
Collaboration diagram for tcp_packet:
Collaboration graph

Data Fields

u_short th_sport
 
u_short th_dport
 
u_long th_seq
 
u_long th_ack
 
u_int th_x2:4
 
u_int th_off:4
 
u_char th_flags
 
u_short th_win
 
u_short th_sum
 
u_short th_urp
 

Detailed Description

Definition at line 82 of file ids_send.c.

Field Documentation

◆ th_ack

u_long tcp_packet::th_ack

Definition at line 87 of file ids_send.c.

◆ th_dport

u_short tcp_packet::th_dport

Definition at line 85 of file ids_send.c.

◆ th_flags

u_char tcp_packet::th_flags

Definition at line 96 of file ids_send.c.

◆ th_off

u_int tcp_packet::th_off

Definition at line 89 of file ids_send.c.

◆ th_seq

u_long tcp_packet::th_seq

Definition at line 86 of file ids_send.c.

◆ th_sport

u_short tcp_packet::th_sport

Definition at line 84 of file ids_send.c.

◆ th_sum

u_short tcp_packet::th_sum

Definition at line 99 of file ids_send.c.

◆ th_urp

u_short tcp_packet::th_urp

Definition at line 100 of file ids_send.c.

◆ th_win

u_short tcp_packet::th_win

Definition at line 98 of file ids_send.c.

◆ th_x2

u_int tcp_packet::th_x2

Definition at line 89 of file ids_send.c.


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