Home | History | Annotate | Download | only in extensions

Lines Matching refs:match

6  * 	- reimplemented to use new string matching iptables match
7 * - add functionality to match packets by using window offsets
45 "string match options:\n"
50 "[!] --string string Match a string in a packet\n"
51 "[!] --hex-string string Match a hex string in a packet\n");
171 const unsigned int revision = (*cb->match)->u.user.revision;
207 "STRING match: You must specify `--string' or "
257 string_print(const void *ip, const struct xt_entry_match *match, int numeric)
260 (const struct xt_string_info*) match->data;
261 const int revision = match->u.user.revision;
266 printf(" STRING match %s", invert ? "!" : "");
269 printf(" STRING match %s", invert ? "!" : "");
281 static void string_save(const void *ip, const struct xt_entry_match *match)
284 (const struct xt_string_info*) match->data;
285 const int revision = match->u.user.revision;