aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 968a407198..3e99f9dea8 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -5045,7 +5045,7 @@ proto_register_tcp(void)
"How long time it took to ACK the segment (RTT)", HFILL}},
{ &hf_tcp_analysis_first_rtt,
- { "iRTT", "tcp.analysis.first_rtt", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
+ { "iRTT", "tcp.analysis.initial_rtt", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
"How long it took for the SYN to ACK handshake (iRTT)", HFILL}},
{ &hf_tcp_analysis_rto,