Is it possible to capture TCP slow-start threshold (ssthresh) in Wireshark? If yes, is there a custom field (column) for it on Wireshark? asked 28 Feb '17, 18:12 armodes edited 28 Feb '17, 18:14 |
One Answer:
It, like the congestion window, is not a field in a TCP packet, so it can't be directly captured. They're internal state values maintained by the TCP stack on a host. About the most that could be done would be to guess the value based on the TCP traffic. Wireshark currently doesn't do that; I don't know whether anybody's developed code to do that. answered 28 Feb '17, 19:44 Guy Harris ♦♦ |