[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-478-g12ab6f3
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Thu Dec 12 12:20:00 UTC 2013
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 12ab6f3ab46d08bd5fd190ff562a0bb200c8c16a (commit)
via 882d98733fb7f267d7d022c671b9c9a6c9a55c7a (commit)
via f9705377ae9ba88a0563a4984561abfaddf14074 (commit)
from 3870def6016b7d24dec8b37557229f49a9bf427c (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 12ab6f3ab46d08bd5fd190ff562a0bb200c8c16a
Author: Ken Steele <ken at tilera.com>
Date: Wed Dec 11 09:48:50 2013 -0500
Fix uninitialized variable warning.
These two lines reported warnings with -Werror -O3 on Tile.
commit 882d98733fb7f267d7d022c671b9c9a6c9a55c7a
Author: Ken Steele <ken at tilera.com>
Date: Mon Nov 11 13:11:39 2013 -0500
Fix pfring so that zero-copy mode can work.
Detect when default_packet_size is zero, which enables zero-copy mode for
pfring and in that case, do what AF Packet does and set pkt_ext pointer to
the data and set PKT_ZERO_COPY flag.
commit f9705377ae9ba88a0563a4984561abfaddf14074
Author: Ken Steele <ken at tilera.com>
Date: Mon Nov 11 11:58:31 2013 -0500
Remove pkt variable from Packet structure.
The uint8_t *pkt in the Packet structure always points to the memory
immediately following the Packet structure. It is better to simply
calculate that value every time than store the 8 byte pointer.
-----------------------------------------------------------------------
Summary of changes:
src/alert-unified2-alert.c | 5 ----
src/app-layer.c | 11 ---------
src/conf.c | 4 +-
src/decode-ethernet.c | 3 +-
src/decode-icmpv4.c | 7 ------
src/decode-icmpv6.c | 13 -----------
src/decode.c | 2 +-
src/decode.h | 7 +----
src/detect-content.c | 1 -
src/detect-csum.c | 1 -
src/detect-dsize.c | 1 -
src/detect-engine-event.c | 1 -
src/detect-flags.c | 13 -----------
src/detect-flowbits.c | 8 -------
src/detect-fragbits.c | 2 -
src/detect-fragoffset.c | 1 -
src/detect-ftpbounce.c | 1 -
src/detect-ipopts.c | 2 -
src/detect-ipproto.c | 4 ---
src/detect-parse.c | 1 -
src/detect.c | 50 -------------------------------------------
src/source-pfring.c | 11 +++++++-
src/stream-tcp-reassemble.c | 1 -
src/stream-tcp.c | 37 -------------------------------
24 files changed, 15 insertions(+), 172 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list