[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-322-g97bfcac

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Nov 6 16:01:05 UTC 2013


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  97bfcac444c34b6568ec0aedb8461c5c76f4c4a1 (commit)
       via  210eede03389c158c5caec4d57c22c0604e0c8a8 (commit)
      from  e416b2cdfbd28cb6ea6946f1040ac49838f5a34c (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 97bfcac444c34b6568ec0aedb8461c5c76f4c4a1
Author: Victor Julien <victor at inliniac.net>
Date:   Thu Apr 4 17:08:59 2013 +0200

    profiling: introduce per keyword profiling
    
    Initial version of per keyword profiling. Prints stats about
    how ofter a keyword was checked and what the costs were.

commit 210eede03389c158c5caec4d57c22c0604e0c8a8
Author: Victor Julien <victor at inliniac.net>
Date:   Mon Nov 4 16:46:04 2013 +0100

    content inspection: introduce no_match label

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

Summary of changes:
 src/Makefile.am                        |    1 +
 src/detect-engine-content-inspection.c |   46 +++--
 src/detect-engine-iponly.c             |    7 +-
 src/detect-engine-state.c              |    8 +
 src/detect-engine.c                    |   10 +
 src/detect.c                           |    5 +
 src/detect.h                           |    2 +
 src/suricata.c                         |    1 +
 src/util-profiling-keywords.c          |  292 ++++++++++++++++++++++++++++++++
 src/util-profiling.h                   |   35 ++++-
 suricata.yaml.in                       |    6 +
 11 files changed, 393 insertions(+), 20 deletions(-)
 create mode 100644 src/util-profiling-keywords.c


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list