dsniff
2.4b2
About: A collection of tools for network auditing
![]() ![]() |
Go to the source code of this file.
Functions | |
int | record_init (char *file) |
int | record (u_int32_t src, u_int32_t dst, int proto, u_short sport, u_short dport, char *name, u_char *buf, int len) |
void | record_dump (void) |
void | record_close (void) |
int record | ( | u_int32_t | src, |
u_int32_t | dst, | ||
int | proto, | ||
u_short | sport, | ||
u_short | dport, | ||
char * | name, | ||
u_char * | buf, | ||
int | len | ||
) |
Definition at line 177 of file record.c.
References buf, rec::data, rec::dport, rec::dst, rec::name, Opt_read, Opt_write, rec::proto, record_print(), record_save(), rec::sport, rec::src, and rec::time.
Referenced by grep_passwords(), mitm_child(), trigger_ip(), trigger_tcp_half(), trigger_tcp_raw(), trigger_tcp_raw_callback(), and trigger_udp().
void record_close | ( | void | ) |
void record_dump | ( | void | ) |