#include <stdio.h>
#include <time.h>
#include "packet_time.h"
#include "flow_callback.h"
#include "flow_cache.h"
#include "flow_stat.h"
#include "portscan/flowps_snort.h"
Go to the source code of this file.
Functions | |
int | flow_callbacks (FLOW_POSITION position, FLOW *flowp, int direction, Packet *p) |
Variables | |
static int | s_debug = 0 |
|
Definition at line 24 of file flow_callback.c. References FLOW_ADDITIONAL, FLOW_EINVALID, FLOW_ENULL, FLOW_FIRST_BIDIRECTIONAL, FLOW_MAX, FLOW_NEW, flow_printf(), FLOW_SHUTDOWN, FLOW_SUCCESS, flowcache_pname(), flowkey_print(), flowps_newflow_callback(), flowstat_callback(), _FLOW::key, NULL, packet_timeofday(), and s_debug. Referenced by CheckFlowShutdown(), flowcache_anrfree(), and FlowPreprocessor(). |
|
Definition at line 22 of file flow_callback.c. Referenced by flow_callbacks(), FlowParseArgs(), flowps_get_score(), flowps_newflow_callback(), FlowPSParseOption(), server_stats_save(), and ut_init(). |