[Oisf-devel] [COMMIT] OISF branch, master, updated. b39acddf284e95bdd1a1de11e1f323ed7c7fae1f

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Nov 1 16:58:53 UTC 2011


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  b39acddf284e95bdd1a1de11e1f323ed7c7fae1f (commit)
       via  b8659daef7209ab30a55b4908b4776284a599a9a (commit)
       via  5395071c11c02d6ad22b85a0d6d0cae86a42fe95 (commit)
      from  7bf1de022cee1fb047f069da614a28d6a17a5e30 (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 b39acddf284e95bdd1a1de11e1f323ed7c7fae1f
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 1 17:02:32 2011 +0100

    Add flow counters: memuse, pruning stats, emergency mode. Bug #348.

commit b8659daef7209ab30a55b4908b4776284a599a9a
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 1 15:32:17 2011 +0100

    Add stream engine counters
    
    Added stream counters:
    - tcp.reassembly_memuse -- current memory use by reassembly in bytes
    - tcp.memuse -- current memory use by stream tracking in bytes
    - tcp.reused_ssn -- ssn reused by new session with identical tuple
    - tcp.no_flow -- TCP packets with no flow - indicating flow engine memory at its limits

commit 5395071c11c02d6ad22b85a0d6d0cae86a42fe95
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Nov 1 15:11:42 2011 +0100

    Make http logging code more robust against cases where the htp state is incomplete (out of memory conditions).

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

Summary of changes:
 src/app-layer-htp.c         |    5 ++-
 src/counters.c              |   15 +++++++++++++
 src/flow-manager.c          |   47 +++++++++++++++++++++++++++++++++++++++++-
 src/log-httplog.c           |   16 +++++++++++--
 src/stream-tcp-reassemble.c |    6 +++++
 src/stream-tcp-reassemble.h |    2 +
 src/stream-tcp.c            |   25 ++++++++++++++++++++++-
 src/stream-tcp.h            |    6 +++++
 8 files changed, 114 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
OISF



More information about the Oisf-devel mailing list