#include "packet_time.h"
Go to the source code of this file.
Functions | |
void | packet_time_update (time_t cur) |
time_t | packet_timeofday (void) |
time_t | packet_first_time (void) |
Variables | |
static time_t | s_first_packet = 0 |
static time_t | s_recent_packet = 0 |
Definition in file packet_time.c.
|
Definition at line 34 of file packet_time.c. References s_first_packet. Referenced by flowps_get_score(). |
|
Definition at line 19 of file packet_time.c. References s_first_packet, and s_recent_packet. Referenced by PcapProcessPacket(). |
|
Definition at line 29 of file packet_time.c. References s_recent_packet. Referenced by flow_callbacks(), flowps_generate_flow_event(), ps_tracker_free(), ps_tracker_update_icmp(), ps_tracker_update_ip(), ps_tracker_update_tcp(), and ps_tracker_update_udp(). |
|
Definition at line 16 of file packet_time.c. Referenced by packet_first_time(), and packet_time_update(). |
|
Definition at line 17 of file packet_time.c. Referenced by packet_time_update(), and packet_timeofday(). |