[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0.1-364-g4defc5a

OISF Git noreply at openinfosecfoundation.org
Wed Jun 1 12:10:02 UTC 2016


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  4defc5acc21e92b53d6993e6133871e3636a9193 (commit)
       via  ed561c73a5a8d41f70be4af61adbd6de90a19b91 (commit)
       via  371113e21e808b74cfbb0878ed14e08a3b926d5c (commit)
       via  181f67ff97338c78a8bb19821d36859b60df8ff3 (commit)
       via  72d3ea65525725a9f57c9d8a425a812eb24e9f5f (commit)
       via  be9cd0fd843f1e412bceb3a86b0ad4e5cb7b0782 (commit)
       via  36535cbc6107f4b1393df8b6a06c71702028c7a6 (commit)
       via  4b9a62d1fe571cf9a3b63382e5751b2e97f17b4c (commit)
       via  661d7c1d092df6fef31185ddfefe2d0f71080259 (commit)
       via  6f7740807dd6719c9b17403dd64db463a3bee26a (commit)
       via  c9159892c72f5b4782862c3bfcc5deacccbbd0c6 (commit)
       via  291af719c60a198f6875a33bc993a8d8b63451f5 (commit)
       via  9f7ba07153268fb72b99b219940859ba24bd770f (commit)
      from  f55dbca57beea9d2aa4dd423da458903ed186685 (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 4defc5acc21e92b53d6993e6133871e3636a9193
Author: Eric Leblond <eric at regit.org>
Date:   Tue May 31 15:55:31 2016 +0200

    util-ioctcl: increase header size
    
    Headers can contain VLAN or Qing so we need to increase the value
    returned by GetIfaceMaxHWHeaderLength.

commit ed561c73a5a8d41f70be4af61adbd6de90a19b91
Author: Andreas Herz <andi at geekosphere.org>
Date:   Tue May 31 23:18:06 2016 +0200

    suricata: fix double packet processing threads
    
    With the additional ParseInterfacesList the packet processing threads
    were doubled since the Interface was included twice unless the device
    was passed via the commandline with af-packet=IF.
    The additonal ParseInterfacesList isn't necessary so remove it again

commit 371113e21e808b74cfbb0878ed14e08a3b926d5c
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 31 16:58:29 2016 +0200

    ac-ks: don't allow use on big-endian

commit 181f67ff97338c78a8bb19821d36859b60df8ff3
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 30 18:01:02 2016 +0200

    flow-worker: small cleanups

commit 72d3ea65525725a9f57c9d8a425a812eb24e9f5f
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 30 17:55:27 2016 +0200

    detect: make pattern matcher messages less verbose

commit be9cd0fd843f1e412bceb3a86b0ad4e5cb7b0782
Author: Victor Julien <victor at inliniac.net>
Date:   Mon May 30 17:52:43 2016 +0200

    yaml: replace ac-tile by ac-ks

commit 36535cbc6107f4b1393df8b6a06c71702028c7a6
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 31 16:21:50 2016 +0200

    yaml: remove conf_filename global
    
    conf_filename was a global pointer to the filename of the yaml.
    
    Move into SCInstance. This reduces it's scope and cleans up the code.

commit 4b9a62d1fe571cf9a3b63382e5751b2e97f17b4c
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 31 14:41:31 2016 +0200

    profiling: fix compilation if libjansson is missing

commit 661d7c1d092df6fef31185ddfefe2d0f71080259
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 31 14:22:00 2016 +0200

    pfring: cleanup

commit 6f7740807dd6719c9b17403dd64db463a3bee26a
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 31 14:18:04 2016 +0200

    pfring: improve profiling
    
    Reset packet profiling after pfring_recv. The packet was taken from
    the packet pool before this call. The packet will already have it's
    start ticks initialized. To avoid including ticks while pfring_recv
    waits for traffic, reset the ticks right after it.

commit c9159892c72f5b4782862c3bfcc5deacccbbd0c6
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 31 14:17:35 2016 +0200

    profiling: allow packet profiling to be reset

commit 291af719c60a198f6875a33bc993a8d8b63451f5
Author: Eric Leblond <eric at regit.org>
Date:   Tue May 31 11:21:31 2016 +0200

    coverity: fix CID 1362014
    
    Error handling was not correct regarding ring buffer memory
    handling.

commit 9f7ba07153268fb72b99b219940859ba24bd770f
Author: Victor Julien <victor at inliniac.net>
Date:   Tue May 31 13:44:16 2016 +0200

    af-packet: use better defaults if config is missing

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

Summary of changes:
 src/detect-engine-mpm.c     |   7 +++
 src/detect-engine-profile.c |   2 +
 src/detect-engine.c         |  17 ++++---
 src/detect-engine.h         |   2 +-
 src/detect.c                |   2 +
 src/flow-worker.c           |   7 +--
 src/runmode-af-packet.c     | 120 ++++++++++++++++++++++----------------------
 src/source-af-packet.c      |  12 +++--
 src/source-pfring.c         |  15 +++---
 src/suricata.c              |  34 ++++++-------
 src/suricata.h              |   3 +-
 src/util-ioctl.c            |  11 ++--
 src/util-mpm-ac-tile.c      |  10 ++++
 src/util-profiling.h        |   7 +++
 suricata.yaml.in            |   6 +--
 15 files changed, 146 insertions(+), 109 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list