Use I/O Graphs instead of IO graphs everywhere.

Change-Id: I6ce866b03632965dd1bad6eff361d91dd210c62b
Reviewed-on: https://code.wireshark.org/review/33680
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Dario Lombardo 2019-06-20 15:16:41 +02:00 committed by Anders Broman
parent 6b3945f2e1
commit 7969c41519
19 changed files with 38 additions and 38 deletions

View File

@ -2571,7 +2571,7 @@ Stig Bjørlykke <stig[AT]bjorlykke.org> {
BJNP, DropBox, Memcache, nat-pmp, PacketLogger, rpcap
Improved dissectors using ASN.1 (BER).
Lua functions and improvements.
Statistics improvements (Protocol Hierarchy, Conversations, IO Graph)
Statistics improvements (Protocol Hierarchy, Conversations, I/O Graph)
Column handling functions (right-click column headers)
Enhancements and fixes in the new packet list
Various User Guide updates

View File

@ -2571,7 +2571,7 @@ Stig Bjørlykke <stig[AT]bjorlykke.org> {
BJNP, DropBox, Memcache, nat-pmp, PacketLogger, rpcap
Improved dissectors using ASN.1 (BER).
Lua functions and improvements.
Statistics improvements (Protocol Hierarchy, Conversations, IO Graph)
Statistics improvements (Protocol Hierarchy, Conversations, I/O Graph)
Column handling functions (right-click column headers)
Enhancements and fixes in the new packet list
Various User Guide updates

View File

@ -1514,7 +1514,7 @@ List of End Point Addresses by protocol with packets/bytes/.... counts.
Grouped counts of packet lengths (0-19 bytes, 20-39 bytes, ...)
=item Statistics:IO Graphs
=item Statistics:I/O Graphs
Open a window where up to 5 graphs in different colors can be displayed
to indicate number of packets or number of bytes per second for all packets

View File

@ -25,7 +25,7 @@ These statistics range from general information about the loaded capture file
- *Endpoints* e.g. traffic to and from an IP addresses.
- *IO Graphs* visualizing the number of packets (or similar) in time.
- *I/O Graphs* visualizing the number of packets (or similar) in time.
* Protocol specific statistics:
@ -307,7 +307,7 @@ User configurable graph of the captured network packets.
You can define up to five differently colored graphs.
.The “IO Graphs” window
.The “I/O Graphs” window
image::wsug_graphics/ws-stats-iographs.png[{screenshot-attrs}]
The user can configure the following things:

View File

@ -589,7 +589,7 @@ All menu items will bring up a new window showing specific statistical informati
|menu:Conversations[]|| Display a list of conversations (traffic between two endpoints), see <<ChStatConversationsWindow>>.
|menu:Endpoints[]|| Display a list of endpoints (traffic to/from an address), see <<ChStatEndpointsWindow>>.
|menu:Packet Lengths[]||See <<ChStatPacketLengths>>
|menu:IO Graphs[]|| Display user specified graphs (e.g. the number of packets in the course of time), see <<ChStatIOGraphs>>.
|menu:I/O Graphs[]|| Display user specified graphs (e.g. the number of packets in the course of time), see <<ChStatIOGraphs>>.
|menu:Service Response Time[]|| Display the time between a request and the corresponding response, see <<ChStatSRT>>.
|menu:DHCP (BOOTP)[]||See <<ChStatDHCPBOOTP>>
|menu:ONC-RPC Programs[]||See <<ChStatONCRPC>>

View File

@ -1,5 +1,5 @@
/* io_graph_item.h
* Definitions and functions for IO graph items
* Definitions and functions for I/O graph items
*
* Copied from gtk/io_stat.c, (c) 2002 Ronnie Sahlberg
*

View File

@ -1,5 +1,5 @@
/* io_graph_item.h
* Definitions and functions for IO graph items
* Definitions and functions for I/O graph items
*
* Copied from gtk/io_stat.c, (c) 2002 Ronnie Sahlberg
*

View File

@ -227,7 +227,7 @@ void ConversationDialog::graphTcp()
}
// XXX The GTK+ code opens the TCP Stream dialog. We might want
// to open the IO Graph dialog instead.
// to open the I/O Graph dialog instead.
QString filter;
if (conv_item->etype == ENDPOINT_TCP) {
filter = QString("tcp.stream eq %1").arg(conv_item->conv_id);

View File

@ -304,7 +304,7 @@ IOGraphDialog::IOGraphDialog(QWidget &parent, CaptureFile &cf) :
ui->setupUi(this);
loadGeometry();
setWindowSubtitle(tr("IO Graphs"));
setWindowSubtitle(tr("I/O Graphs"));
setAttribute(Qt::WA_DeleteOnClose, true);
QCustomPlot *iop = ui->ioPlot;
@ -376,7 +376,7 @@ IOGraphDialog::IOGraphDialog(QWidget &parent, CaptureFile &cf) :
QCPPlotTitle *title = new QCPPlotTitle(iop);
iop->plotLayout()->insertRow(0);
iop->plotLayout()->addElement(0, 0, title);
title->setText(tr("Wireshark IO Graphs: %1").arg(cap_file_.fileDisplayName()));
title->setText(tr("Wireshark I/O Graphs: %1").arg(cap_file_.fileDisplayName()));
tracer_ = new QCPItemTracer(iop);
iop->addItem(tracer_);

View File

@ -3554,8 +3554,8 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>Zeit (Sek)</translation>
</message>
<message>
<source>IO Graphs</source>
<translation>IO Graphen</translation>
<source>I/O Graphs</source>
<translation>I/O Graphen</translation>
</message>
<message>
<source>Copy</source>
@ -3582,8 +3582,8 @@ Um zum Beispiel eine neue Datei zu jeder vollen Stunde zu haben, 1 Stunde angebe
<translation>100 ms</translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<translation>Wireshark IO Graphen: %1</translation>
<source>Wireshark I/O Graphs: %1</source>
<translation>Wireshark I/O Graphen: %1</translation>
</message>
<message>
<source>All packets</source>

View File

@ -3515,7 +3515,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
<source>IO Graphs</source>
<source>I/O Graphs</source>
<translation type="unfinished"></translation>
</message>
<message>
@ -3547,7 +3547,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<source>Wireshark I/O Graphs: %1</source>
<translation type="unfinished"></translation>
</message>
<message>

View File

@ -3526,8 +3526,8 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Temps (s)</translation>
</message>
<message>
<source>IO Graphs</source>
<translation>Graphiques IO</translation>
<source>I/O Graphs</source>
<translation>Graphiques I/O</translation>
</message>
<message>
<source>Copy</source>
@ -3554,8 +3554,8 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<translation>Wireshark IO Graphiques : %1</translation>
<source>Wireshark I/O Graphs: %1</source>
<translation>Wireshark I/O Graphiques : %1</translation>
</message>
<message>
<source>All packets</source>

View File

@ -3554,8 +3554,8 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>Tempo (s)</translation>
</message>
<message>
<source>IO Graphs</source>
<translation>Grafici IO</translation>
<source>I/O Graphs</source>
<translation>Grafici I/O</translation>
</message>
<message>
<source>Copy</source>
@ -3582,8 +3582,8 @@ Ad esempio, usa 1 ora per fare in modo che un nuovo file sia creato ogni ora.</t
<translation>100 ms</translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<translation>Grafici di IO di Wireshark: %1</translation>
<source>Wireshark I/O Graphs: %1</source>
<translation>Grafici di I/O di Wireshark: %1</translation>
</message>
<message>
<source>All packets</source>

View File

@ -3533,7 +3533,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>()</translation>
</message>
<message>
<source>IO Graphs</source>
<source>I/O Graphs</source>
<translation></translation>
</message>
<message>
@ -3561,7 +3561,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>100</translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<source>Wireshark I/O Graphs: %1</source>
<translation>Wireshark入出力グラフ: %1</translation>
</message>
<message>

View File

@ -3554,7 +3554,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Czas (s)</translation>
</message>
<message>
<source>IO Graphs</source>
<source>I/O Graphs</source>
<translation>Wykres</translation>
</message>
<message>
@ -3582,7 +3582,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>100 ms</translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<source>Wireshark I/O Graphs: %1</source>
<translation>Wireshark Wykres: %1</translation>
</message>
<message>

View File

@ -3568,7 +3568,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Время (с)</translation>
</message>
<message>
<source>IO Graphs</source>
<source>I/O Graphs</source>
<translation>Графики Ввода/Вывода</translation>
</message>
<message>
@ -3596,7 +3596,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>100 мс</translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<source>Wireshark I/O Graphs: %1</source>
<translation>Графики Ввода/Вывода Wireshark: %1</translation>
</message>
<message>

View File

@ -3554,7 +3554,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>Tid (s)</translation>
</message>
<message>
<source>IO Graphs</source>
<source>I/O Graphs</source>
<translation>IO-grafer</translation>
</message>
<message>
@ -3582,7 +3582,7 @@ Till exempel, använd 1 timma för att en ny fil skall skapas varje timma vid he
<translation>100 ms</translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<source>Wireshark I/O Graphs: %1</source>
<translation>Wireshark IO-grafer: %1</translation>
</message>
<message>

View File

@ -3506,7 +3506,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>Час (сек)</translation>
</message>
<message>
<source>IO Graphs</source>
<source>I/O Graphs</source>
<translation>Графіки Вводу/Виводу</translation>
</message>
<message>
@ -3534,7 +3534,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation type="unfinished"></translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<source>Wireshark I/O Graphs: %1</source>
<translation>Графіки В/В у Wireshark: %1</translation>
</message>
<message>

View File

@ -3535,7 +3535,7 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation> ()</translation>
</message>
<message>
<source>IO Graphs</source>
<source>I/O Graphs</source>
<translation>IO </translation>
</message>
<message>
@ -3563,8 +3563,8 @@ For example, use 1 hour to have a new file created every hour on the hour.</sour
<translation>100</translation>
</message>
<message>
<source>Wireshark IO Graphs: %1</source>
<translation>Wireshark IO : %1</translation>
<source>Wireshark I/O Graphs: %1</source>
<translation>Wireshark I/O : %1</translation>
</message>
<message>
<source>All packets</source>