[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-1.4beta2-21-gb621ed8

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Oct 16 14:21:39 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  b621ed84234910e12a28c767e701ac473655a10e (commit)
       via  a25629b25083c04b67d78afc47909067fd5d8fc3 (commit)
       via  6326390120c687ccef0423eef9e4e12d58559e53 (commit)
       via  3f6ecff260752946a07cacfc2da5c82f024a9d22 (commit)
       via  bc37cb6b8ef4a695b37674200a2b3b8fccb0145b (commit)
       via  305ed3f23bf0c0e0268e97a31c667ae2e9994475 (commit)
       via  13e60c00405425b51e542dedbf46d1845809d474 (commit)
       via  9094eb47839e75ea8208cdb0d732c2d50937463c (commit)
       via  a5d9442c2d0aa1f9ff383623b0121d14f64eff4d (commit)
       via  037d67cc667aee07f20c0122c856903a25d019ec (commit)
       via  6544475670a194b715a92042793cef24927c8406 (commit)
      from  6f76ac176d70d85fa2a5719dacdc8fef0ef074dc (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 b621ed84234910e12a28c767e701ac473655a10e
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 16:21:00 2012 +0200

    stream: fix retransmission on closewait being considered out of window

commit a25629b25083c04b67d78afc47909067fd5d8fc3
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 15:53:48 2012 +0200

    stream: detect retransmissions on timewait state

commit 6326390120c687ccef0423eef9e4e12d58559e53
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 15:39:34 2012 +0200

    stream: accept ack with next_seq + 1 on last_ack state

commit 3f6ecff260752946a07cacfc2da5c82f024a9d22
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 15:37:56 2012 +0200

    stream: disable retransmission packet before last ack sig as it is fairly common in regular traffic

commit bc37cb6b8ef4a695b37674200a2b3b8fccb0145b
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 15:27:30 2012 +0200

    stream: detect retransmissions on closewait and finwait2 states

commit 305ed3f23bf0c0e0268e97a31c667ae2e9994475
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 14:52:29 2012 +0200

    stream: don't flag zero window probe packets as out of window. Bug #604.

commit 13e60c00405425b51e542dedbf46d1845809d474
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 14:09:58 2012 +0200

    stream: detect keep-alive packets so we don't consider those invalid

commit 9094eb47839e75ea8208cdb0d732c2d50937463c
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 13:27:58 2012 +0200

    stream: ignore ack value if ack flag is not set. Add stream.pkt_broken_ack event for when ack value is not 0 and ack flag not set.

commit a5d9442c2d0aa1f9ff383623b0121d14f64eff4d
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 11:55:36 2012 +0200

    stream: handle retransmission of lost data packet on TIME_WAIT state

commit 037d67cc667aee07f20c0122c856903a25d019ec
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 11:14:59 2012 +0200

    stream: go from FIN_WAIT_1 to CLOSING on simultaneous close.

commit 6544475670a194b715a92042793cef24927c8406
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Oct 16 10:50:39 2012 +0200

    stream: don't reject RST as response to SYN because of ACK

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

Summary of changes:
 rules/stream-events.rules |    9 +-
 src/decode-events.h       |    2 +
 src/detect-engine-event.h |    2 +
 src/stream-tcp.c          |  309 ++++++++++++++++++++++++++++++++++++---------
 4 files changed, 260 insertions(+), 62 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list