]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-htp.h
fix for #788.
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 05:08:14 +0000 (10:38 +0530)
commitab4b15c2e7c9432bdc58fd8cb52e2287b21ca039
tree20abbafa64fd2c1531f25125f7c88990b637e821
parentf29e5459e68bf8e1a5614e772953748be6425451
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