[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3beta2-17-gc0ac64e

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Jun 20 15:22:10 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  c0ac64e58ccf704a6daef82c23acb9c919584956 (commit)
       via  bc6cf43840b25c53211563ecbb23d7e7817e94c3 (commit)
       via  0d602d9cde4f6fb2312c9879fcc2841ad5a40ae0 (commit)
       via  a34f91358dab52ae8093459d3aa9f14cd5fd41f2 (commit)
       via  c5cc9d454d47bb1a3507c49e6c188e3f61a60c72 (commit)
       via  db8500bb26459ff2351f7fcfa229203576ab1d94 (commit)
      from  988c92f71c7b83454aa3effb1f6160a2cbba109a (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 c0ac64e58ccf704a6daef82c23acb9c919584956
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jun 20 17:19:08 2012 +0200

    pcap: make sure thread count is 1 if config is missing for a device.

commit bc6cf43840b25c53211563ecbb23d7e7817e94c3
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sat Jun 16 10:47:30 2012 +0530

    #482 - use decode_flag for all decode TMs. Use the flag as a way to retrieve decode TMs from ThreadVars

commit 0d602d9cde4f6fb2312c9879fcc2841ad5a40ae0
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Thu Jun 14 14:18:23 2012 +0530

    we now support offset, depth inspection against all packet payloads and stream messages

commit a34f91358dab52ae8093459d3aa9f14cd5fd41f2
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Fri Jun 15 18:06:13 2012 +0530

    tests to highlight that
    
    - suricata treates sigs with offset/depth without any packet keywords as stream sigs
    - as a consequence suricata will FN on such sigs
    
    The tests introduced here will fail, displaying the issues.  The
    next patch in the series would fix the said issues.

commit c5cc9d454d47bb1a3507c49e6c188e3f61a60c72
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Mon May 28 11:57:12 2012 +0530

    stream raw reassembly fix

commit db8500bb26459ff2351f7fcfa229203576ab1d94
Author: Anoop Saldanha <poonaatsoc at gmail.com>
Date:   Sat Jun 16 17:52:55 2012 +0530

    fast pattern cleanup - Remove FastPatternSupportEnabledForSigMatchList() and all it's associated structures

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

Summary of changes:
 src/detect-engine-mpm.c     |   12 ++-
 src/detect-engine-payload.c |   54 +++++++++++
 src/detect-fast-pattern.c   |   57 ------------
 src/detect-fast-pattern.h   |   32 -------
 src/detect-parse.c          |  204 ++++++++++++++++++++++++++++++++++++++++++-
 src/detect.c                |   14 ++--
 src/flow-timeout.c          |   21 ++++-
 src/runmode-pcap.c          |    2 +
 src/source-af-packet.c      |    2 +
 src/source-erf-dag.c        |    2 +
 src/source-erf-file.c       |    1 +
 src/source-ipfw.c           |    2 +
 src/source-napatech.c       |    2 +
 src/source-nfq.c            |    2 +
 src/source-pcap-file.c      |    1 +
 src/source-pcap.c           |    1 +
 src/source-pfring.c         |    2 +
 src/stream-tcp-reassemble.c |    6 +-
 src/tm-modules.h            |    1 +
 19 files changed, 314 insertions(+), 104 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list