00001 #ifndef _FLOWPS_SNORT_H 00002 #define _FLOWPS_SNORT_H 00003 00004 #include "flow.h" 00005 00006 void SetupFlowPS(void); 00007 00008 int flowps_newflow_callback(FLOW_POSITION position, FLOW *flowp, int direction, time_t cur, FLOWPACKET *p); 00009 00010 #endif /* _FLOWPS_SNORT_H */