My Project
|
The sniff_tcp struct contains the UDP 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 <udp_hdr.h>
Atributos públicos | |
u_short | th_sport |
u_short | th_dport |
u_short | th_len |
u_short | th_sum |
The sniff_tcp struct contains the UDP header. We use the first two members to extract the src and dst port. Used to extract TCP transport layer information from a packet.