Accepts Suricata format on @pm operator

This commit is contained in:
Felipe Zimmerle
2015-08-04 11:45:33 -03:00
parent 95efb99a8c
commit d4dd9c86d4
3 changed files with 141 additions and 1 deletions

View File

@@ -189,6 +189,8 @@ int acmp_process_quick(ACMPT *acmpt, const char **match, const char *data, size_
*/
int acmp_prepare(ACMP *parser);
char *parse_pm_content(const char *op_parm, unsigned short int op_len, const char **error_msg);
}
#endif /*ACMP_H_*/