aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-tcp.h')
-rw-r--r--epan/dissectors/packet-tcp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tcp.h b/epan/dissectors/packet-tcp.h
index 1fcf7d2f57..e01b2a6adf 100644
--- a/epan/dissectors/packet-tcp.h
+++ b/epan/dissectors/packet-tcp.h
@@ -239,6 +239,15 @@ struct tcp_analysis {
*/
nstime_t ts_first;
+ /* Remember the timestamp of the most recent SYN in this conversation in
+ * order to calculate the first_rtt below. Not necessarily ts_first, if
+ * the SYN is retransmitted. */
+ nstime_t ts_mru_syn;
+
+ /* If we have the handshake, remember the RTT between the initial SYN
+ * and ACK for use detecting out-of-order segments. */
+ nstime_t ts_first_rtt;
+
/* Remember the timestamp of the frame that was last seen in this
* tcp conversation to be able to calculate a delta time compared
* to previous frame in this conversation