[Oisf-devel] [COMMIT] OISF branch, master-1.3.x, updated. suricata-1.3.2-11-gdba7b8d

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Oct 15 09:14:02 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-1.3.x has been updated
       via  dba7b8dc414fce92910118e37c5ce37cf7f2b213 (commit)
       via  73b3d28dc0f8168fda82c691570f8c0c961d3fba (commit)
       via  cb9ff164fc64e68302b375d5bfa24adaceaaaa8c (commit)
       via  e59cf418f63fd20b62e57b11fc70ffd519023cd1 (commit)
       via  7f35e69b92a23603f212c60073fd17b177ca90ab (commit)
      from  2cdbdab38c878da01518ae932a55984538786e81 (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 dba7b8dc414fce92910118e37c5ce37cf7f2b213
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Oct 5 17:59:26 2012 +0530

    Move Flow Reference/Dereferene api from flow-util.h to flow.h.
    
    Remove duplicate FlowDeReference from decode.h

commit 73b3d28dc0f8168fda82c691570f8c0c961d3fba
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Oct 5 15:46:28 2012 +0530

    Update all flow referencing to use the new FlowReference and FlowDeReference macros

commit cb9ff164fc64e68302b375d5bfa24adaceaaaa8c
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Oct 5 10:42:56 2012 +0530

    fix for bug #557.
    
    In FFRv2, dereference flow from a packet using the new reference/dereference
    util macros.  This allows the decr use_cnt for flow and reseting the flow
    pointer to NULL for the pseudo pkt to happen simultaneously, in case there we
    fail to retrieve a pseudo_packet and have to return the already obtained
    pseudo packets, back to the packetpool.

commit e59cf418f63fd20b62e57b11fc70ffd519023cd1
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Oct 5 10:13:17 2012 +0530

    Introduce utility flow macros to help referencing/dereferencing flows.

commit 7f35e69b92a23603f212c60073fd17b177ca90ab
Author: Anoop Saldanha <anoopsaldanha at gmail.com>
Date:   Fri Oct 5 10:01:26 2012 +0530

    fix for bug #557.
    
    Reset hhd buffers list len if we exit before allocating the buffer.

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

Summary of changes:
 src/app-layer.c             |    9 +++------
 src/decode.h                |    3 +--
 src/detect-engine-hhd.c     |   20 ++++++++++++--------
 src/detect.c                |    4 ----
 src/flow-hash.c             |   10 +++++++---
 src/flow-timeout.c          |   10 ++++++++--
 src/flow.c                  |    1 -
 src/flow.h                  |   14 ++++++++++++++
 src/stream-tcp-reassemble.c |    4 +---
 src/stream-tcp.c            |   12 +++++-------
 src/stream.c                |    3 ++-
 src/tmqh-packetpool.c       |    5 +++--
 12 files changed, 56 insertions(+), 39 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list