]> git.ipfire.org Git - thirdparty/suricata.git/commit
Modify handling of negated content. 553/head
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Thu, 29 Aug 2013 17:28:04 +0000 (22:58 +0530)
committerAnoop Saldanha <anoopsaldanha@gmail.com>
Wed, 18 Sep 2013 07:38:27 +0000 (13:08 +0530)
commit3749fc98fd2db5b625c6b0ffda72306cdcb73c4d
treefd48b1c5eb11e64e50c3a1a9cde868eb08c4d665
parent8539791c7e937d56d769d06f9ec364a420a78311
Modify handling of negated content.

The old behaviour of returning a failure if we found a pattern while
matching on negated content is now changed to continuing searching
for other combinations where we don't find the pattern for the
negated content.

Thanks to Will Metcalf for reporting this.
src/detect-engine-content-inspection.c
src/detect-engine-dcepayload.c
src/detect-engine-payload.c
src/detect-engine-uri.c