|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Describes a TCP stream graph, including the stream identity, graph type, and collected segment list. More...
#include <tap-tcp-stream.h>
Public Attributes | |
| tcp_graph_type | type |
| uint8_t | rtt_sampling |
| address | src_address |
| uint16_t | src_port |
| address | dst_address |
| uint16_t | dst_port |
| uint32_t | stream |
| struct segment * | segments |
| struct segment * | last |
Describes a TCP stream graph, including the stream identity, graph type, and collected segment list.
| address tcp_graph::dst_address |
Destination IP address of the TCP stream being graphed
| uint16_t tcp_graph::dst_port |
Destination TCP port of the stream
| struct segment* tcp_graph::last |
Tail pointer for O(1) append to the segment list
| uint8_t tcp_graph::rtt_sampling |
Bitmask of RTT_* flags controlling which samples appear on RTT graphs
| struct segment* tcp_graph::segments |
Head of the singly-linked list of segment records for this stream
| address tcp_graph::src_address |
Source IP address of the TCP stream being graphed
| uint16_t tcp_graph::src_port |
Source TCP port of the stream
| uint32_t tcp_graph::stream |
Wireshark TCP stream index identifying this flow
| tcp_graph_type tcp_graph::type |
Plot type to render for this graph (see tcp_graph_type)