#include "decode.h"
#include "flow/flow.h"
Go to the source code of this file.
Functions | |
void | SetupFlow (void) |
int | CheckFlowShutdown (Packet *p) |
int | SppFlowIsRunning (void) |
|
See if the flow needs to be shutdown and remove it from the cache. This function should be placed AFTER all detection type components.
Definition at line 290 of file spp_flow.c. References _Packet::flow, FLOW_BADJUJU, flow_callbacks(), flow_checkflag(), FLOW_CLOSEME, flow_printf(), FLOW_SHUTDOWN, FLOW_SUCCESS, flowcache_releaseflow(), FROM_INITIATOR, and NULL. Referenced by Preprocess(). |
|
Add the Flow Preprocessor to the list of things that snort can configure. Definition at line 85 of file spp_flow.c. References FlowInit(), RegisterPreprocessor(), and SetupFlowPS(). Referenced by InitPreprocessors(). |
|
Return 1 if spp_flow has been configured
Definition at line 430 of file spp_flow.c. References s_flow_running. Referenced by FlowBitsInit(), and FlowPSInit(). |