From 5a769c02ee4e66f8704027af7f059567ce899bb4 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 23 Dec 2011 13:19:47 +0100 Subject: [PATCH] Stream engine: handling packets with ACK|CWR. --- src/stream-tcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/stream-tcp.c b/src/stream-tcp.c index 9b76af1a64..909ad15414 100644 --- a/src/stream-tcp.c +++ b/src/stream-tcp.c @@ -1982,6 +1982,7 @@ static int StreamTcpPacketStateEstablished(ThreadVars *tv, Packet *p, break; case TH_ACK|TH_URG: case TH_ACK: + case TH_ACK|TH_CWR: case TH_ACK|TH_ECN: case TH_ACK|TH_PUSH: case TH_ACK|TH_PUSH|TH_ECN: