[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4-123-gb807874

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Mon Apr 8 12:59:56 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  b8078742c3da82164202621a72810aa15cdbc6d6 (commit)
       via  28ea129d9b27e26ca4835d844ec095f0923ac03f (commit)
       via  ea8b6078d8ee0616f0a91820489690c3d58f190c (commit)
       via  374187bf6572a1abfc6a3537d9cd11f3cea1693a (commit)
      from  40a5ce8f5f5f6830a688cbc6df78ee965719dca1 (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 b8078742c3da82164202621a72810aa15cdbc6d6
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Apr 6 17:52:44 2013 +0200

    stream: intro function for SYN/ACK state update
    
    As the TCP SSN state can be updated from several points in the state
    machine on accepting a SYN/ACK, move the update logic into a separate
    function.

commit 28ea129d9b27e26ca4835d844ec095f0923ac03f
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Apr 6 17:40:13 2013 +0200

    stream: remove unused 'pause' feature

commit ea8b6078d8ee0616f0a91820489690c3d58f190c
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Apr 6 17:26:33 2013 +0200

    stream: zero ts is a per stream flag
    
    Ssn flag STREAMTCP_FLAG_ZERO_TIMESTAMP was used in stream only. Due to
    it's value it did not conflict with a real stream flag. Renamed it to
    STREAMTCP_STREAM_FLAG_ZERO_TIMESTAMP.

commit 374187bf6572a1abfc6a3537d9cd11f3cea1693a
Author: Victor Julien <victor at inliniac.net>
Date:   Sat Apr 6 17:17:15 2013 +0200

    stream: don't use ssn timestamp flag in stream
    
    The STREAMTCP_FLAG_TIMESTAMP flag is a ssn flag, however it was used in
    the stream flag field. As it has the same value as
    STREAMTCP_STREAM_FLAG_DEPTH_REACHED it's possible that stream reassembly
    got confused by the timestamp.

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

Summary of changes:
 src/stream-tcp-private.h    |   15 +++-
 src/stream-tcp-reassemble.c |  210 -------------------------------------------
 src/stream-tcp.c            |  196 ++++++++++++++++++++--------------------
 3 files changed, 111 insertions(+), 310 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list