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

sp_stickydrop.h

Go to the documentation of this file.
00001 /* $Id: sp_template.h,v 1.4 2004/02/13 16:19:03 roesch Exp $ */
00002 /* Snort Detection Plugin Header File Template */
00003 
00004 /* 
00005  * This file gets included in plugbase.h when it is integrated into the rest 
00006  * of the program.  
00007  *
00008  * Export any functions or data structs you feel necessary.
00009  */
00010 
00011 #ifndef __SP_TEMPLATE_H__
00012 #define __SP_TEMPLATE_H__
00013 
00014 #ifdef GIDS
00015 
00016 void SetupStickyDSp();
00017 typedef struct _StickyDSp
00018 {
00019     int stickyd_timeout;
00020     char stickyd_direction;
00021 } StickyDSp;
00022 
00023 #endif /* GIDS */
00024 
00025 #endif  /* __SP_TEMPLATE_H__ */

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