#include "rlp.h"
Go to the source code of this file.
Functions | |
| array_t * | Rlp_BuildContentCheckArrayFromL7Formula (Rlp_Formula_t *aL7Formula) |
| Walk an L7 formula, build the list of checks. | |
| int | Rlp_FreeL7CheckArray (array_t *L7CheckArray) |
| Free an array containing content check structs. | |
The idea is to simplify having to walk through a list of checks, have a content struct with the case check, offset, etc. all in place.
Definition in file rlpL7.c.
| array_t* Rlp_BuildContentCheckArrayFromL7Formula | ( | Rlp_Formula_t * | aL7Formula | ) |
| int Rlp_FreeL7CheckArray | ( | array_t * | L7CheckArray | ) |