From 13597c936393545abad95ab15aa8d8944a6c7f04 Mon Sep 17 00:00:00 2001 From: Joerg Mayer Date: Wed, 18 Jun 2014 22:57:15 +0200 Subject: Rename the filtername to initial_rtt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I64af535dc07eb4310b212077bb4c52032e97ecdb Reviewed-on: https://code.wireshark.org/review/2413 Reviewed-by: Jörg Mayer --- epan/dissectors/packet-tcp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan') 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, -- cgit v1.2.3