[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.1beta4-173-gf43767b

OISF Git noreply at openinfosecfoundation.org
Wed Jul 8 16:43:01 UTC 2015


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  f43767ba445b9536e797b432ca5e9848846d9d36 (commit)
       via  e58cfb6a05b2938a3b79f924fc79de81560dbc30 (commit)
       via  e0289179557117897245510e4b119a66f97db2fb (commit)
       via  a9176cf1269e96125505fdffe03d07b368143bca (commit)
       via  cd038419fdea04542c57a38c55f7147ca1839fca (commit)
      from  45fc619f79cd4a0398a23fbd78d9ce4719174bd3 (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 f43767ba445b9536e797b432ca5e9848846d9d36
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Jul 8 16:12:29 2015 +0200

    config: update yaml to show json logging option

commit e58cfb6a05b2938a3b79f924fc79de81560dbc30
Author: sfd <stephen.donnelly at emulex.com>
Date:   Fri Jul 3 16:43:02 2015 +1200

    Fix compile bad dereferences
    
    The src/source-erf-dag.c code was not compiling. It looks like some stats counters were added but not tested as the dereferences are incorrect.

commit e0289179557117897245510e4b119a66f97db2fb
Author: Alexander Gozman <a.gozman at securitycode.ru>
Date:   Thu Jun 18 20:44:26 2015 +0300

    In non interactive mode, print errors to stderr

commit a9176cf1269e96125505fdffe03d07b368143bca
Author: Alexander Gozman <a.gozman at securitycode.ru>
Date:   Tue Jun 16 18:12:01 2015 +0300

    suricatasc: remove "u" prefix when printing JSON output.
    If we want to parse suricatasc's output, python's unicode prefix
    should be removed to make JSON parsers happy.

commit cd038419fdea04542c57a38c55f7147ca1839fca
Author: Zopieux <Zopieux at users.noreply.github.com>
Date:   Thu Jun 18 11:26:53 2015 +0200

    stream_size operator comparison (fix issue #1488)
    
    `DetectStreamSizeParse` was first checking if mode[0] is '<', which is true for both '<' and '<=', thus '<=' (and resp. '>=') is never matched. This patch does the `strcmp` to '<=' (resp. '>=') within the if block of '<' (resp. '>') to fix #1488.

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

Summary of changes:
 scripts/suricatasc/suricatasc.in |  8 +++++---
 src/detect-stream_size.c         | 20 ++++++++++----------
 src/source-erf-dag.c             |  4 ++--
 suricata.yaml.in                 |  3 +++
 4 files changed, 20 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list