[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-46-g0677190
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Wed Feb 15 10:41:49 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 067719096057a4f802ee4784457a0b7d58a814f7 (commit)
via 22b1f5b22b10cbc7272931d2ecfb874045cec13a (commit)
via 2e2398147c502f5481743c007fc240135a3209fe (commit)
via 09313cf9bde306ed889242e9930be0f215d5c947 (commit)
via 2007c2711c51aedea718d60901593ce02061af44 (commit)
from 9dc153c8f4b318480769b7c984271d49b12c8e5f (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 067719096057a4f802ee4784457a0b7d58a814f7
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Wed Feb 15 15:41:24 2012 +0530
rebase commit for hscd and hsmd patches
commit 22b1f5b22b10cbc7272931d2ecfb874045cec13a
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Fri Feb 3 19:57:11 2012 +0530
fix seg fault due to wrong sm list access in hscd
commit 2e2398147c502f5481743c007fc240135a3209fe
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Jan 26 17:07:09 2012 +0530
fast pattern unittests added for http server body
commit 09313cf9bde306ed889242e9930be0f215d5c947
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Jan 26 16:56:11 2012 +0530
Support http stat code detection engine, fast pattern(mpm engine included). Fix http stat code setup function. Fix pcre option for stat msg keyword. With this the pcre options for server_body is Q, for stat_msg is Y and for stat_code is S
commit 2007c2711c51aedea718d60901593ce02061af44
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date: Thu Jan 26 00:20:24 2012 +0530
Support http stat msg detection engine, fast pattern(mpm engine included). Fix http stat msg setup function. Fix pcre option for stat msg keyword
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/detect-content.h | 12 +-
src/detect-depth.c | 92 +-
src/detect-distance.c | 143 +-
src/detect-engine-hsbd.c | 4 +-
src/{detect-engine-hsbd.c => detect-engine-hscd.c} | 844 ++----
src/{detect-engine-hmd.h => detect-engine-hscd.h} | 15 +-
src/{detect-engine-hsbd.c => detect-engine-hsmd.c} | 844 ++----
src/{detect-engine-hrhd.h => detect-engine-hsmd.h} | 16 +-
src/detect-engine-mpm.c | 204 ++
src/detect-engine-mpm.h | 2 +
src/detect-engine-state.c | 62 +
src/detect-engine-state.h | 4 +
src/detect-fast-pattern.c | 3696 +++++++++++++++++++-
src/detect-http-server-body.c | 6 +-
src/detect-http-stat-code.c | 178 +-
src/detect-http-stat-msg.c | 155 +-
src/detect-isdataat.c | 15 +-
src/detect-nocase.c | 10 +-
src/detect-offset.c | 95 +-
src/detect-parse.c | 8 +
src/detect-pcre.c | 40 +-
src/detect-pcre.h | 34 +-
src/detect-within.c | 143 +-
src/detect.c | 60 +
src/detect.h | 14 +
src/suricata-common.h | 2 +
src/suricata.c | 4 +
28 files changed, 5233 insertions(+), 1471 deletions(-)
copy src/{detect-engine-hsbd.c => detect-engine-hscd.c} (70%)
copy src/{detect-engine-hmd.h => detect-engine-hscd.h} (65%)
copy src/{detect-engine-hsbd.c => detect-engine-hsmd.c} (70%)
copy src/{detect-engine-hrhd.h => detect-engine-hsmd.h} (65%)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list