00001 /****************************************************************************/ 00002 /****************************************************************************/ 00007 /****************************************************************************/ 00008 00009 #include "policy.h" 00010 00011 #ifndef POLICY_SNORT_H 00012 #define POLICY_SNORT_H 00013 00014 int parseSnortRules(POLICY_HEAD *pol_hd, POLICY_OUTPUT *pol_o, char *mem, unsigned long sz); 00015 00016 00017 00018 00019 00020 00021 00022 #endif /* POLICY_SNORT_H */