summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Mayer <jmayer@loplof.de>2014-06-18 21:57:47 +0200
committerJörg Mayer <jmayer@loplof.de>2014-06-19 00:16:35 +0000
commit7d72f2639afebedd05bec6ba36a1282ac6e684e6 (patch)
treedd42e53ada7a2a2d4f656b5f06ad08d4fa60afbd
parentc52c909577912278034193147106203a601a02cf (diff)
downloadwireshark-7d72f2639afebedd05bec6ba36a1282ac6e684e6.tar.gz
Rename the Shortname of initial RTT to something short (iRTT)
Change-Id: I182f2cccae5a385572950f08fa0a6005dcf59ff1 Reviewed-on: https://code.wireshark.org/review/2409 Reviewed-by: Jörg Mayer <jmayer@loplof.de> (cherry picked from commit 461c6a0984236100177aa689e89e5e18fe7f360a) Reviewed-on: https://code.wireshark.org/review/2419
-rw-r--r--epan/dissectors/packet-tcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tcp.c b/epan/dissectors/packet-tcp.c
index 26f358a09a..3ec2e7f6b0 100644
--- a/epan/dissectors/packet-tcp.c
+++ b/epan/dissectors/packet-tcp.c
@@ -5051,8 +5051,8 @@ proto_register_tcp(void)
"How long time it took to ACK the segment (RTT)", HFILL}},
{ &hf_tcp_analysis_first_rtt,
- { "The initial RTT from SYN to ACK was", "tcp.analysis.first_rtt", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
- "How long it took for the SYN to ACK handshake (RTT)", HFILL}},
+ { "iRTT", "tcp.analysis.first_rtt", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,
+ "How long it took for the SYN to ACK handshake (iRTT)", HFILL}},
{ &hf_tcp_analysis_rto,
{ "The RTO for this segment was", "tcp.analysis.rto", FT_RELATIVE_TIME, BASE_NONE, NULL, 0x0,