[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0-106-g27b0240
OISF Git
noreply at openinfosecfoundation.org
Mon Mar 7 16:02:32 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 27b02402e70700c46ec6272b70ae6962fb42d867 (commit)
via 219762b7d9e8fbe0ca4b8e339140ffef603996cc (commit)
via 57e0bd39e91f4edb72fb7be78d5c40682a188475 (commit)
from 5d34ac071d049d5b467fe472d7ddf1be6bd6bf9f (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 27b02402e70700c46ec6272b70ae6962fb42d867
Author: Victor Julien <victor at inliniac.net>
Date: Sat Feb 20 00:33:58 2016 +0100
gre: support transparent ethernet bridge decoding
commit 219762b7d9e8fbe0ca4b8e339140ffef603996cc
Author: Victor Julien <victor at inliniac.net>
Date: Thu Mar 3 11:44:42 2016 +0100
pfring: small cleanup
commit 57e0bd39e91f4edb72fb7be78d5c40682a188475
Author: cardigliano <cardigliano at ntop.org>
Date: Tue Oct 20 18:24:25 2015 +0200
pkt acq: introduce break loop API
This patch adds a new callback PktAcqBreakLoop() in TmModule to let
packet acquisition modules define "break-loop" functions to terminate
the capture loop. This is useful in case of blocking functions that
need special actions to take place in order to stop the execution.
Implement this for PF_RING
-----------------------------------------------------------------------
Summary of changes:
src/decode-ethernet.h | 1 +
src/decode-gre.c | 13 +++++++++++++
src/source-af-packet.c | 1 +
src/source-erf-dag.c | 1 +
src/source-erf-file.c | 1 +
src/source-ipfw.c | 1 +
src/source-mpipe.c | 1 +
src/source-napatech.c | 1 +
src/source-netmap.c | 1 +
src/source-nflog.c | 1 +
src/source-nfq.c | 1 +
src/source-pcap-file.c | 1 +
src/source-pcap.c | 1 +
src/source-pfring.c | 33 ++++++++++++++++++++++++++++++---
src/tm-modules.h | 3 +++
src/tm-threads.c | 6 +++++-
16 files changed, 63 insertions(+), 4 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list