Rename the filtername to initial_rtt

Change-Id: I64af535dc07eb4310b212077bb4c52032e97ecdb
Reviewed-on: https://code.wireshark.org/review/2413
Reviewed-by: Jörg Mayer <jmayer@loplof.de>
This commit is contained in:
Joerg Mayer 2014-06-18 22:57:15 +02:00 committed by Jörg Mayer
parent 6da6bf77b3
commit 13597c9363
1 changed files with 1 additions and 1 deletions

View File

@ -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,