#include "rlp.h"
Go to the source code of this file.
Functions | |
| array_t * | Rlp_L7StringParse (char *l7Rule) |
| Parse a string encoding a Layer 7 formula. | |
Definition in file rlpParse.c.
| array_t* Rlp_L7StringParse | ( | char * | l7Rule | ) |
Parse a string encoding a Layer 7 formula.
String is assumed to be well-formed. Returns an array_t of rule components, which are attibute-value pairs.
Definition at line 29 of file rlpParse.c.