]> git.ipfire.org Git - thirdparty/suricata.git/commit
reject rules with duplicate content modifiers
authorEileen Donlon <emdonlo@gmail.com>
Mon, 12 Mar 2012 22:41:53 +0000 (18:41 -0400)
committerVictor Julien <victor@inliniac.net>
Mon, 19 Mar 2012 09:49:16 +0000 (10:49 +0100)
commit9376967e65cac9a62d36dd780033ddc3df60c9c8
tree225bca13ba233bcafa596194ca09565f680cf251
parent0bb4ff34b8f8d96596103c0c0854009078da605d
reject rules with duplicate content modifiers

reject rules that have multiple depths, offsets, distances, fast_patterns, nocases, or rawbytes for the same content.
src/detect-depth.c
src/detect-distance.c
src/detect-fast-pattern.c
src/detect-nocase.c
src/detect-offset.c
src/detect-rawbytes.c