You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc
Victor Julien 07738af868 detect/content: introduce startswith modifier
Add startswith modifier to simplify matching patterns at the start
of a buffer.

Instead of:
    content:"abc"; depth:3;
This enables:
    content:"abc"; startswith;

Especially with longer patterns this makes the intention of the rule
more clear and eases writing the rules.

Internally it's simply a shorthand for 'depth:<pattern len>;'.

Ticket https://redmine.openinfosecfoundation.org/issues/742
7 years ago
..
doxygen
userguide detect/content: introduce startswith modifier 7 years ago
AUTHORS
Basic_Setup.txt
CentOS5.txt
CentOS_56_Installation.txt
Debian_Installation.txt
Fedora_Core.txt
FreeBSD_8.txt
GITGUIDE
HTP_library_installation.txt
INSTALL
INSTALL.PF_RING
INSTALL.WINDOWS
Installation_from_GIT_with_PCRE-JIT.txt
Installation_from_GIT_with_PF_RING_on_Ubuntu_server_1104.txt
Installation_with_PF_RING.txt
Mac_OS_X_106x.txt
Makefile.am
NEWS
OpenBSD_Installation_from_GIT.txt
README
Setting_up_IPSinline_for_Linux.txt
TODO
Third_Party_Installation_Guides.txt
Ubuntu_Installation.txt
Ubuntu_Installation_from_GIT.txt
Windows.txt

README