[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-178-g3db717d
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Tue May 21 17:27:06 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 3db717db6d05aee16b00cdbdd1184af2063a54aa (commit)
via 9d677ea006c284b4ec4b478c09cead667aaeb803 (commit)
via 9c7b411a5d2b265e30f094f3ff15d5feb1f1f335 (commit)
via 394f99e32c26a69f483cb171569bef1d8284ba21 (commit)
from ab1f8afbc3d26177a899cab918539200c57d1ad9 (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 3db717db6d05aee16b00cdbdd1184af2063a54aa
Author: Ken Steele <ken at tilera.com>
Date: Mon May 20 15:16:47 2013 -0400
Update configure.ac to detect Tile architecture.
Detect if the architecture supports the Tilera mPipe packet processing
hardware. It it does, add the requried libraries and define HAVE_MPIPE.
commit 9d677ea006c284b4ec4b478c09cead667aaeb803
Author: Ken Steele <ken at tilera.com>
Date: Sat May 18 16:01:29 2013 -0400
Clear the PKT_ALLOC flag when storing Packets into the Packet pool.
The PKT_ALLOC flag is set by PacketGetFromAlloc(), which needs to be
cleared for Packets in the Packet Pool, so clear the flag here.
commit 9c7b411a5d2b265e30f094f3ff15d5feb1f1f335
Author: Ken Steele <ken at tilera.com>
Date: Fri May 17 13:48:32 2013 -0400
More PacketGetFromMalloc() to allocate packets.
commit 394f99e32c26a69f483cb171569bef1d8284ba21
Author: Ken Steele <ken at tilera.com>
Date: Fri May 17 10:05:04 2013 -0400
Use PacketGetfromAlloc() for packet allocation instead of SCMalloc.
Only changed in one file for testing.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 10 +++
src/alert-unified2-alert.c | 27 ++------
src/app-layer-detect-proto.c | 6 +-
src/decode-gre.c | 16 ++---
src/decode-ipv4.c | 154 +++++++++---------------------------------
src/decode-ipv6.c | 27 ++-----
src/decode-ppp.c | 18 ++----
src/decode-pppoe.c | 32 +++------
src/decode-raw.c | 24 +++----
src/decode-tcp.c | 18 ++----
src/decode-vlan.c | 14 +---
src/detect-flowint.c | 14 ++--
src/detect-icmp-id.c | 6 +-
src/detect-l3proto.c | 20 ++----
src/detect-replace.c | 6 +-
src/detect-stream_size.c | 14 ++---
src/detect-ttl.c | 8 +--
src/stream-tcp-reassemble.c | 89 ++++++------------------
src/tmqh-packetpool.c | 12 ++--
src/util-mpm-b2g-cuda.c | 14 +---
src/util-unittest-helper.c | 18 ++----
21 files changed, 159 insertions(+), 388 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list