My Project
Atributos públicos | Lista de todos los miembros
Referencia de la Estructura sniff_tcp

The sniff_tcp struct contains the TCP header. We use the first two members to extract the src and dst port. Used to extract TCP transport layer information from a packet. Más...

#include <tcp_hdr.h>

Atributos públicos

u_short th_sport
 
u_short th_dport
 
tcp_seq th_seq
 
tcp_seq th_ack
 
u_char th_offx2
 
u_char th_flags
 
u_short th_win
 
u_short th_sum
 
u_short th_urp
 

Descripción detallada

The sniff_tcp struct contains the TCP header. We use the first two members to extract the src and dst port. Used to extract TCP transport layer information from a packet.


La documentación para esta estructura fue generada a partir del siguiente fichero: