Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Related Pages

sfthreshold.h

Go to the documentation of this file.
00001 #ifndef SF_THRESHOLD
00002 #define SF_THRESHOLD
00003 
00004 #include "sfthd.h"
00005 
00006 void ParseThreshold2( THDX_STRUCT * thdx, char * s );
00007 void ProcessThresholdOptions( char * args);
00008 void ParseSFThreshold( FILE * fp, char * rule );
00009 void ParseSFSuppress( FILE * fp, char * rule );
00010 
00011 int  sfthreshold_init( void );
00012 void sfthreshold_reset(void);
00013 
00014 int  sfthreshold_create( THDX_STRUCT * thdx  );
00015 int  sfthreshold_test( unsigned gen_id,unsigned  sig_id, unsigned sip, unsigned dip, long  curtime );
00016 
00017 void print_thresholding();
00018 
00019 #endif

Generated on Sun May 14 14:51:18 2006 by  doxygen 1.4.2