[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.3beta2-63-g4cf6bb3

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Fri Jun 29 11:16:13 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  4cf6bb3f4cbdab8a0cd57964be801cf676d2ec26 (commit)
       via  c36aa041f312c5b964ed029cb9168a66961ae1da (commit)
       via  0227a87fcb9e0b4746d3b53f6bce7519c5fe4353 (commit)
       via  6efd37a388d73eadcdf48c65c6e553c61abc8ec5 (commit)
       via  f2a6fb8a5a2c426be6e82dd2229a5c65eebdd4b7 (commit)
       via  c85ee1e3f64e8319ad3b7cc305d56071c100ad28 (commit)
       via  59ec493f7c08e60861cc5d1ba45dcbddfabc846c (commit)
       via  4d4671c4701cfd053eab770dc84575f99270cb6c (commit)
      from  2a4992e7a0a5db9ee1a7b8e11105ea5574993475 (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 4cf6bb3f4cbdab8a0cd57964be801cf676d2ec26
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jun 29 13:15:46 2012 +0200

    afpacket: fix compilation in debug mode.

commit c36aa041f312c5b964ed029cb9168a66961ae1da
Author: Eric Leblond <eric at regit.org>
Date:   Wed Jun 6 15:17:19 2012 +0200

    Update coccinelle script to match syntax evolution.

commit 0227a87fcb9e0b4746d3b53f6bce7519c5fe4353
Author: Eric Leblond <eric at regit.org>
Date:   Tue Jun 12 07:47:03 2012 +0200

    cleaning: fix warning when building with clang.
    
    clang was issuing some warnings related to unused return in function.
    This patch adds some needed error treatment and ignore the rest of the
    warnings by adding a cast to void.

commit 6efd37a388d73eadcdf48c65c6e553c61abc8ec5
Author: Eric Leblond <eric at regit.org>
Date:   Wed Jun 13 20:42:04 2012 +0200

    af-packet: use counter for drop and accept
    
    This patch adds counters for kernel drops and accepts to af-packet
    capture module. This information are periodically displayed in
    stats.log:
    capture.kernel_packets    | RxAFP1                    | 1792
    capture.kernel_drops      | RxAFP1                    | 0
    The statistic is fetch via a setsockopt call every 255 packets.

commit f2a6fb8a5a2c426be6e82dd2229a5c65eebdd4b7
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jun 11 16:06:13 2012 +0200

    af-packet: add support for BPF filter.
    
    This patch adds support for BPF in AF_PACKET running
    mode. The command line syntax is the same as the one
    used of PF_RING.
    The method is the same too: The pcap_compile__nopcap()
    function is used to build the BPF filter. It is then
    injected into the kernel with a setsockopt() call. If
    the adding of the BPF fail, suricata exit.

commit c85ee1e3f64e8319ad3b7cc305d56071c100ad28
Author: Eric Leblond <eric at regit.org>
Date:   Mon Jun 11 23:23:32 2012 +0200

    af-packet: get datalink for each socket creation.
    
    This patch will allow us to use the datalink when computing the filter.
    It also fixes a potential issue where an interface data type change
    after the interface if going down/up.

commit 59ec493f7c08e60861cc5d1ba45dcbddfabc846c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jun 29 13:02:34 2012 +0200

    http body inspection: force body inspection on stream eof.

commit 4d4671c4701cfd053eab770dc84575f99270cb6c
Author: Victor Julien <victor at inliniac.net>
Date:   Fri Jun 29 11:37:51 2012 +0200

    default config: add engine-analysis.rules directive.

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

Summary of changes:
 qa/coccinelle/access-pkt-packet.cocci |    4 +-
 qa/coccinelle/banned-functions.cocci  |    2 +-
 qa/coccinelle/size_t.cocci            |    4 +-
 src/counters.c                        |    8 +-
 src/detect-engine-hcbd.c              |   10 ++-
 src/detect-engine-hsbd.c              |   10 ++-
 src/detect-engine-tag.c               |   34 ++++----
 src/detect-http-server-body.c         |    2 +-
 src/detect-tag.c                      |    2 +-
 src/flow-hash.c                       |    2 +-
 src/flow-manager.c                    |    7 +-
 src/flow-util.c                       |    6 +-
 src/flow-util.h                       |    4 +-
 src/flow.c                            |    8 +-
 src/host.c                            |   26 +++---
 src/log-filestore.c                   |    2 +-
 src/runmode-af-packet.c               |   25 +++++-
 src/runmode-pcap.c                    |    2 +-
 src/runmode-pfring.c                  |    8 +-
 src/source-af-packet.c                |  164 ++++++++++++++++++++++++++------
 src/source-af-packet.h                |    1 +
 src/source-pcap.c                     |    2 +-
 src/source-pfring.c                   |    2 +-
 src/stream-tcp-reassemble.c           |    4 +-
 src/stream-tcp.c                      |    6 +-
 src/suricata.c                        |    4 +-
 src/tm-threads.c                      |   24 ++++-
 src/tmqh-flow.c                       |   18 ++--
 src/util-profiling.c                  |    2 +-
 src/util-ringbuffer.c                 |   20 ++--
 suricata.yaml.in                      |    4 +
 31 files changed, 286 insertions(+), 131 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list