Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

tcp_packet_info Struct Reference

structure to hold essential information about a tcp packet More...

#include <def.h>


Data Fields

ip_t d_addr
 the destination ip address
ip_t s_addr
 the source ip address
port_t d_port
 the destination port
port_t s_port
 the source port
seq_num_t seq_num
 the sequence number
seq_num_t ack_num
 the ack number
flag_t syn_flag
 was the SYN flag set in the packet?
flag_t ack_flag
 was the ACK flag set in the packet?
window_t window
 the window for the packet


Detailed Description

structure to hold essential information about a tcp packet

Definition at line 110 of file def.h.


The documentation for this struct was generated from the following file:
Generated on Wed Mar 30 23:20:48 2005 for NATBLASTER by  doxygen 1.3.9.1