]> git.ipfire.org Git - thirdparty/suricata.git/commit
fix for #788. 379/head
authorAnoop Saldanha <anoopsaldanha@gmail.com>
Sat, 25 May 2013 05:08:13 +0000 (10:38 +0530)
committerAnoop Saldanha <anoopsaldanha@gmail.com>
Sat, 25 May 2013 14:07:54 +0000 (19:37 +0530)
commitc540e61eb3112feafdbc06436747f26fc88a9a3b
treeb1b8609d74a27275653d939777b628e256a3ea12
parentd78d86436a925b0b19cf547888b28f168ccc478b
fix for #788.

Now depth is kept in mind when we inspect chunks in client/server body.
This takes care of FPs originating from inspecting subsequent chunks that
match with depth, but shouldn't.
20 files changed:
src/app-layer-htp.c
src/app-layer-htp.h
src/detect-engine-content-inspection.c
src/detect-engine-content-inspection.h
src/detect-engine-dcepayload.c
src/detect-engine-hcbd.c
src/detect-engine-hcd.c
src/detect-engine-hhd.c
src/detect-engine-hhhd.c
src/detect-engine-hmd.c
src/detect-engine-hrhd.c
src/detect-engine-hrhhd.c
src/detect-engine-hrud.c
src/detect-engine-hsbd.c
src/detect-engine-hscd.c
src/detect-engine-hsmd.c
src/detect-engine-hua.c
src/detect-engine-payload.c
src/detect-engine-uri.c
src/util-misc.c