[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta2-42-gb129675

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Oct 30 16:31:31 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  b12967534a44c165cdef577de1dbc4fea93bce70 (commit)
       via  b26ec60398fbe1523fba4d995a21c6afd39d8b08 (commit)
       via  e8a4a4c47ca4d736b97bab3f24bc3ec82b31c69f (commit)
       via  3acdd4da1d8cbeead03055e3e64fcdb95dd5ff4c (commit)
      from  80d62b59ec1b517090faf0cd52531232300aef6b (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 b12967534a44c165cdef577de1dbc4fea93bce70
Author: Eric Leblond <eric at regit.org>
Date:   Tue Oct 30 07:46:42 2012 +0100

    stream.inline: add 'auto' mode
    
    stream.inline YAML configuration variable now support the 'auto' value.
    In this case, inline mode is activated for IPS running mode (NFQ and
    IPFW) and is deactivated for IDS mode. This patch should fix bug #592.

commit b26ec60398fbe1523fba4d995a21c6afd39d8b08
Author: Eric Leblond <eric at regit.org>
Date:   Sun Oct 14 19:24:22 2012 +0200

    af-packet: fix possible infinite loop.
    
    If no packet arrives to a capture thread, it is possible that the
    AFPReadLoop() function goes into an infinite loop. This could cause
    suricata to hang at exit on non busy system.
    This patch adds a counter to detect when Suricata start looping in
    the ring to stop when it reaches this point.

commit e8a4a4c47ca4d736b97bab3f24bc3ec82b31c69f
Author: Eric Leblond <eric at regit.org>
Date:   Sun Oct 14 19:01:36 2012 +0200

    af-packet: dump counter every seconds.
    
    This patch updates to kernel counters handling to be almost sure to
    update at least once per second.

commit 3acdd4da1d8cbeead03055e3e64fcdb95dd5ff4c
Author: Eric Leblond <eric at regit.org>
Date:   Sun Sep 30 16:20:05 2012 +0200

    pf-ring: add counter for kernel drop and packets
    
    This patch adds a counter for kernel drop and packets by using the
    same strategy as the one used in af-packet.

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

Summary of changes:
 src/source-af-packet.c |   54 +++++++++++++++++++++++++++++------------------
 src/source-pfring.c    |   47 ++++++++++++++++++++++++++++++++---------
 src/stream-tcp.c       |   14 +++++++++++-
 suricata.yaml.in       |    2 +-
 4 files changed, 83 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list