diff --git a/tap/tcp_stream.go b/tap/tcp_stream.go index c979c2991..47790bfcd 100644 --- a/tap/tcp_stream.go +++ b/tap/tcp_stream.go @@ -70,6 +70,9 @@ func (t *tcpStream) Accept(tcp *layers.TCP, ci gopacket.CaptureInfo, dir reassem if !accept { diagnose.InternalStats.RejectOpt++ } + + *start = true + return accept }