How does a TCP stream view differ from examining an individual packet?
It reads an application log instead of network packets.
It shows only one instant of traffic with no surrounding context.
It reconstructs the ordered packets for one connection so the full client-server conversation can be read.
It merges packets from every connection into one conversation.