]> git.ipfire.org Git - thirdparty/suricata.git/commit
Modify handling of negated content. 554/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:36:59 +0000 (13:06 +0530)
commite42e9526ad886fd14aa7fb68bacc1b4d47bcc4bd
tree24a28148d5bddf79fc955461a67f4dea9071fa92
parent73b1ae0a502bd2c5d3b43f0a60041e4d55b6a25e
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