[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta1-31-g7a044a9
noreply at openinfosecfoundation.org
noreply at openinfosecfoundation.org
Wed Sep 19 09:20:14 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 7a044a99ee14101fbca0bc44ffa96b74ff88883d (commit)
from c91c3596922365b25417304e28b243b91a065784 (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 7a044a99ee14101fbca0bc44ffa96b74ff88883d
Author: Victor Julien <victor at inliniac.net>
Date: Tue Sep 18 18:13:09 2012 +0200
Defrag engine
Big rewrite of defrag engine to make it more scalable and fix some
locking logic flaws.
Now uses a hash of trackers similar to Flow and Host hashes.
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 3 +
src/decode-ipv4.c | 25 +-
src/decode-ipv6.c | 4 +-
src/defrag-hash.c | 699 ++++++++++++++++++++++++++++++
src/defrag-hash.h | 103 +++++
src/{host-queue.c => defrag-queue.c} | 80 ++--
src/defrag-queue.h | 84 ++++
src/defrag-timeout.c | 150 +++++++
src/{host-timeout.h => defrag-timeout.h} | 10 +-
src/defrag.c | 629 +++++----------------------
src/defrag.h | 105 +++++-
src/flow-manager.c | 1 +
src/util-error.c | 1 +
src/util-error.h | 1 +
suricata.yaml.in | 2 +
15 files changed, 1308 insertions(+), 589 deletions(-)
create mode 100644 src/defrag-hash.c
create mode 100644 src/defrag-hash.h
copy src/{host-queue.c => defrag-queue.c} (54%)
create mode 100644 src/defrag-queue.h
create mode 100644 src/defrag-timeout.c
copy src/{host-timeout.h => defrag-timeout.h} (81%)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list