[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.2.1-85-g35435f3

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Feb 22 08:18:48 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  35435f32848e57575e75ac0940325b8e714e22d5 (commit)
       via  507e1b66e0d880f28df890d0177c7b4312f7f974 (commit)
       via  059ee217ff69493a356a00e25a92080703725dc7 (commit)
       via  b1a0d3510633531b5340003944ca502e98d78437 (commit)
       via  49bdad9345491c3fdc8ab7f358473dcb382a6938 (commit)
       via  97d8fc9cbac65f9c81df7e5d87172fb81fe88dfb (commit)
       via  97308674ee49ffa227ad06b4063f6a274c3d61f6 (commit)
       via  1acb7cdc7d8d2b857b15065ade3252e9bd7cc719 (commit)
       via  a5b46e727c30d7fc7a9aed8a1edd99e105d450c0 (commit)
       via  4810ee9c5f3fab9219d7b8e4b221eac5e36fcc46 (commit)
      from  93d7a6e671e0c542ab34e6425bcdd029797c4796 (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 35435f32848e57575e75ac0940325b8e714e22d5
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Feb 20 11:59:40 2012 +0530

    All http_http_stat_code modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_STAT_CODE. Also remove dummy match/free functions for stat code and stat msg

commit 507e1b66e0d880f28df890d0177c7b4312f7f974
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Feb 20 11:43:47 2012 +0530

    All http_http_stat_msg modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_STAT_MSG

commit 059ee217ff69493a356a00e25a92080703725dc7
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Feb 20 11:32:42 2012 +0530

    All http_http_raw_uri modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_RAW_URI

commit b1a0d3510633531b5340003944ca502e98d78437
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon Feb 20 11:17:51 2012 +0530

    All http_http_cookie modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_COOKIE

commit 49bdad9345491c3fdc8ab7f358473dcb382a6938
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Feb 19 23:38:09 2012 +0530

    All http_http_method modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_METHOD

commit 97d8fc9cbac65f9c81df7e5d87172fb81fe88dfb
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Feb 19 23:19:52 2012 +0530

    All http_http_raw_header modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_RAW_HEADER

commit 97308674ee49ffa227ad06b4063f6a274c3d61f6
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Feb 19 16:32:28 2012 +0530

    All http_http_header modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_HEADER

commit 1acb7cdc7d8d2b857b15065ade3252e9bd7cc719
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Feb 19 15:35:49 2012 +0530

    All http_server_body modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_SERVER_BODY

commit a5b46e727c30d7fc7a9aed8a1edd99e105d450c0
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Feb 19 14:38:41 2012 +0530

    All http_client_body modified patterns now are DETECT_CONTENT and not DETECT_AL_HTTP_CLIENT_BODY

commit 4810ee9c5f3fab9219d7b8e4b221eac5e36fcc46
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sun Feb 19 10:52:27 2012 +0530

    All uricontent modified patterns now are DETECT_CONTENT and not DETECT_URICONTENT. Step towards unifying all content based patterns. Makes way for easier management of patterns

-----------------------------------------------------------------------

Summary of changes:
 src/detect-byte-extract.c              |   40 +--
 src/detect-bytejump.c                  |   18 +-
 src/detect-bytetest.c                  |   18 +-
 src/detect-content.c                   |    2 +-
 src/detect-depth.c                     |  445 +-------------------
 src/detect-distance.c                  |  698 +-----------------------------
 src/detect-engine-content-inspection.c |   12 +-
 src/detect-engine-mpm.c                |   55 ++--
 src/detect-engine-siggroup.c           |    2 +-
 src/detect-fast-pattern.c              |   56 ++--
 src/detect-http-client-body.c          |   18 +-
 src/detect-http-cookie.c               |   12 +-
 src/detect-http-header.c               |   16 +-
 src/detect-http-method.c               |    6 +-
 src/detect-http-raw-header.c           |   16 +-
 src/detect-http-raw-uri.c              |   16 +-
 src/detect-http-server-body.c          |   20 +-
 src/detect-http-stat-code.c            |  128 +------
 src/detect-http-stat-code.h            |   10 -
 src/detect-http-stat-msg.c             |  122 +-----
 src/detect-http-uri.c                  |   25 +-
 src/detect-isdataat.c                  |   77 +---
 src/detect-nocase.c                    |   30 +-
 src/detect-offset.c                    |  467 +-------------------
 src/detect-parse.c                     |    2 +-
 src/detect-pcre.c                      |   26 +-
 src/detect-uricontent.c                |    4 +-
 src/detect-urilen.c                    |    2 +-
 src/detect-within.c                    |  747 +-------------------------------
 src/detect.c                           |   38 +-
 30 files changed, 248 insertions(+), 2880 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list