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>
This commit is contained in:
Joerg Mayer 2014-06-18 21:57:47 +02:00 committed by Jörg Mayer
parent 67dac5985f
commit 461c6a0984
1 changed files with 2 additions and 2 deletions

View File

@ -5045,8 +5045,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,