#include "errorcodes.h"
#include "def.h"
Go to the source code of this file.
Functions | |
errorcode | spoof (tcp_packet_info_t *tcp_hdr, char *device, void *payload, unsigned long payload_len, short ttl) |
spoofs a tcp packet |
Definition in file spoof.h.
|
spoofs a tcp packet
Definition at line 31 of file spoof.c. References tcp_packet_info::ack_flag, tcp_packet_info::ack_num, CHECK_NOT_NULL, tcp_packet_info::d_addr, tcp_packet_info::d_port, DBG_SPOOF, DEBUG, ERROR_NULL_ARG_1, ERROR_NULL_ARG_2, errorcode, PORT_2HBO, tcp_packet_info::s_addr, tcp_packet_info::s_port, tcp_packet_info::seq_num, SEQ_NUM_2HBO, tcp_packet_info::syn_flag, tcp_packet_info_t, tcp_packet_info::window, and WINDOW_2HBO. Referenced by flood_syns(), peer_fsm_forge_syn_ack(), and synack_flood(). |