[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-49-gd1d5507
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Wed Feb 15 13:49:19 UTC 2012
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OISF".
The branch, master has been updated
via d1d5507679d329d54b24bfdd9f9d818f340ebb04 (commit)
via 35f1f7e8d944a364b6ba69e3acd96b4b1c8cba63 (commit)
via 9287cce674775b14269a157a2f9bb425402fad24 (commit)
from 067719096057a4f802ee4784457a0b7d58a814f7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d1d5507679d329d54b24bfdd9f9d818f340ebb04
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Feb 8 13:29:39 2012 +0530
remove all old content inspection engines and references to them. We have cleaned the entire content inspection phase and improved alert accuracy
commit 35f1f7e8d944a364b6ba69e3acd96b4b1c8cba63
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Feb 8 00:33:19 2012 +0530
unify payload detection engines + fix other bugs in pcre init
commit 9287cce674775b14269a157a2f9bb425402fad24
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Tue Feb 7 13:43:30 2012 +0530
raw urilen inspection moves to raw uri list. Won't make any difference wrt inspection
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 1 +
src/detect-distance.c | 8 +-
src/detect-engine-content-inspection.c | 491 ++++++++++++++++++++++++++++++++
src/detect-engine-content-inspection.h | 49 ++++
src/detect-engine-dcepayload.c | 442 +---------------------------
src/detect-engine-hcbd.c | 263 +-----------------
src/detect-engine-hcd.c | 266 +-----------------
src/detect-engine-hhd.c | 264 +-----------------
src/detect-engine-hmd.c | 266 +-----------------
src/detect-engine-hrhd.c | 265 +-----------------
src/detect-engine-hrud.c | 296 +-------------------
src/detect-engine-hsbd.c | 337 +---------------------
src/detect-engine-payload.c | 425 +---------------------------
src/detect-engine-uri.c | 387 +------------------------
src/detect-http-cookie.c | 4 +-
src/detect-http-method.c | 6 +-
src/detect-pcre.c | 16 +-
src/detect-urilen.c | 5 +-
src/detect-within.c | 8 +-
src/detect.c | 2 -
src/detect.h | 1 +
21 files changed, 665 insertions(+), 3137 deletions(-)
create mode 100644 src/detect-engine-content-inspection.c
create mode 100644 src/detect-engine-content-inspection.h
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list