What does the tcp.stream index represent?

Study for the Wireshark Block 5 Exam. Prepare with flashcards and multiple choice questions, each offering hints and explanations. Ace your exam with the best resources!

Multiple Choice

What does the tcp.stream index represent?

Explanation:
tcp.stream is a unique identifier that Wireshark assigns to group all packets that belong to the same TCP conversation. Each TCP connection between two endpoints gets its own stream index, and every packet that participates in that connection carries the same index. This lets you isolate and analyze a single dialogue in the trace, even when packets from multiple connections are interleaved. This index is not the packet’s position in the capture—that would be the frame number. It’s also not the TCP sequence number (or a modulo of it), which relates to data ordering within a single connection, nor is it the order in which captures were started. The stream index’s purpose is to denote the entire TCP conversation, with all its packets sharing that single identifier.

tcp.stream is a unique identifier that Wireshark assigns to group all packets that belong to the same TCP conversation. Each TCP connection between two endpoints gets its own stream index, and every packet that participates in that connection carries the same index. This lets you isolate and analyze a single dialogue in the trace, even when packets from multiple connections are interleaved.

This index is not the packet’s position in the capture—that would be the frame number. It’s also not the TCP sequence number (or a modulo of it), which relates to data ordering within a single connection, nor is it the order in which captures were started. The stream index’s purpose is to denote the entire TCP conversation, with all its packets sharing that single identifier.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy