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_BAIT_AND_SWITCH_H__ 00012 #define __SP_BAIT_AND_SWITCH_H__ 00013 00014 #ifdef GIDS 00015 #ifndef IPFW 00016 00017 void SetupBandSp(); 00018 00019 typedef struct _BandSp 00020 { 00021 int bands_timeout; 00022 char bands_direction; 00023 u_int32_t hpotaddr; 00024 00025 } BandSp; 00026 00027 #endif /* IPFW */ 00028 #endif /* GIDS */ 00029 00030 #endif /* __SP_BAIT_AND_SWITCH_H__ */