#include <rlp.h>
Data Fields | |
| int | byteCount |
Look for at least N bytes between pattern matches using content.
The rule listed below maps to a regular expression of ABCDE.{1}EFGH
alert tcp any any -> any any (content: "2 Patterns"; content: "ABCDE"; content: "EFGH"; distance: 1;)
Implementation: 2mins - just a scanf
Definition at line 364 of file rlp.h.