#include "def.h"
Go to the source code of this file.
Data Structures | |
struct | bday_helper |
a structure to hold information about a bday flood More... | |
struct | buddy_syn_seq_num |
a structure to hold the sequence number from a SYN packet More... | |
struct | helper_sock_desc |
structure with all socket descriptors More... | |
struct | helper_conn_info |
structure with all the connection information More... | |
struct | observed_data |
structure to hold observed connection data More... | |
Defines | |
#define | FIND_BUDDY_TIMEOUT 20 |
the time in seconds to look for buddy info when searching | |
#define | FIND_CONN2_TIMEOUT 5 |
the time in seconds to look for a second connection | |
#define | WAIT_FOR_BUDDY_PORT_ALLOC_TIMEOUT 20 |
the time in seconds to wait for the buddy port alloc to be set | |
#define | WAIT_FOR_BUDDY_PORT_KNOWN_TIMEOUT 20 |
time in seconds to wait for the buddy's external port to be set | |
#define | WAIT_FOR_BUDDY_SEQ_NUM_TIMEOUT 20 |
time in seconds to wait for the buddy's SYN sequence number | |
#define | WAIT_FOR_BUDDY_SYN_FLOOD_TIMEOUT 20 |
time in seconds to wait for the buddy to send SYN a SYN FLOOD | |
#define | WAIT_FOR_BUDDY_BDAY_PORT_TIMEOUT 20 |
time in seconds to wait for the buddy external port to be set through use of the birthday paradox | |
Typedefs | |
typedef bday_helper | bday_helper_t |
a typedef for the bday_helper structure | |
typedef buddy_syn_seq_num | buddy_syn_seq_num_t |
a typedef for teh buddy_syn_seq_num structure | |
typedef helper_sock_desc | helper_sock_desc_t |
typedef for the helper_sock_desc structure | |
typedef helper_conn_info | helper_conn_info_t |
typedef for teh helper_conn_info structure | |
typedef observed_data | observed_data_t |
typedef for the observed_data structure | |
Variables | |
bday_helper | __packed__ |
a structure to hold information about a bday flood |
Definition in file helperdef.h.