aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDario Lombardo <lomato@gmail.com>2019-06-20 15:16:41 +0200
committerAnders Broman <a.broman58@gmail.com>2019-06-20 20:01:00 +0000
commit7969c4151946503884b58379627190f900a727d4 (patch)
treeec738205cb974a12fe29a9dbebc69248545529c1
parent6b3945f2e1291df30fdb4f77d14c972e1be3b22f (diff)
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>
-rw-r--r--AUTHORS2
-rw-r--r--AUTHORS.src2
-rw-r--r--doc/wireshark.pod.template2
-rw-r--r--docbook/wsug_src/WSUG_chapter_statistics.adoc4
-rw-r--r--docbook/wsug_src/WSUG_chapter_use.adoc2
-rw-r--r--ui/io_graph_item.c2
-rw-r--r--ui/io_graph_item.h2
-rw-r--r--ui/qt/conversation_dialog.cpp2
-rw-r--r--ui/qt/io_graph_dialog.cpp4
-rw-r--r--ui/qt/wireshark_de.ts8
-rw-r--r--ui/qt/wireshark_en.ts4
-rw-r--r--ui/qt/wireshark_fr.ts8
-rw-r--r--ui/qt/wireshark_it.ts8
-rw-r--r--ui/qt/wireshark_ja_JP.ts4
-rw-r--r--ui/qt/wireshark_pl.ts4
-rw-r--r--ui/qt/wireshark_ru.ts4
-rw-r--r--ui/qt/wireshark_sv.ts4
-rw-r--r--ui/qt/wireshark_uk.ts4
-rw-r--r--ui/qt/wireshark_zh_CN.ts6
19 files changed, 38 insertions, 38 deletions
diff --git a/AUTHORS b/AUTHORS
index 1d4431c204..886caf2d52 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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
diff --git a/AUTHORS.src b/AUTHORS.src
index 9ae1a21a08..cbed4ba2f3 100644
--- a/AUTHORS.src
+++ b/AUTHORS.src
@@ -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
diff --git a/doc/wireshark.pod.template b/doc/wireshark.pod.template
index db09a38a4e..7cee691244 100644
--- a/doc/wireshark.pod.template
+++ b/doc/wireshark.pod.template
@@ -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
diff --git a/docbook/wsug_src/WSUG_chapter_statistics.adoc b/docbook/wsug_src/WSUG_chapter_statistics.adoc
index 584ee3b440..e04aa4fd0a 100644
--- a/docbook/wsug_src/WSUG_chapter_statistics.adoc
+++ b/docbook/wsug_src/WSUG_chapter_statistics.adoc
@@ -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:
diff --git a/docbook/wsug_src/WSUG_chapter_use.adoc b/docbook/wsug_src/WSUG_chapter_use.adoc
index b5fd1e7e38..4d32f6d627 100644
--- a/docbook/wsug_src/WSUG_chapter_use.adoc
+++ b/docbook/wsug_src/WSUG_chapter_use.adoc
@@ -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>>
diff --git a/ui/io_graph_item.c b/ui/io_graph_item.c
index cf7ce354ee..84f34d0967 100644
--- a/ui/io_graph_item.c
+++ b/ui/io_graph_item.c
@@ -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
*
diff --git a/ui/io_graph_item.h b/ui/io_graph_item.h
index 44b784ed3f..a33102a3b6 100644
--- a/ui/io_graph_item.h
+++ b/ui/io_graph_item.h
@@ -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
*
diff --git a/ui/qt/conversation_dialog.cpp b/ui/qt/conversation_dialog.cpp
index 5f0de61957..cc4f7e6fbb 100644
--- a/ui/qt/conversation_dialog.cpp
+++ b/ui/qt/conversation_dialog.cpp
@@ -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);
diff --git a/ui/qt/io_graph_dialog.cpp b/ui/qt/io_graph_dialog.cpp
index 684fc60e32..3dcf2dc602 100644
--- a/ui/qt/io_graph_dialog.cpp
+++ b/ui/qt/io_graph_dialog.cpp
@@ -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_);
diff --git a/ui/qt/wireshark_de.ts b/ui/qt/wireshark_de.ts
index 1c606328fe..94f014f962 100644
--- a/ui/qt/wireshark_de.ts
+++ b/ui/qt/wireshark_de.ts
@@ -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>
diff --git a/ui/qt/wireshark_en.ts b/ui/qt/wireshark_en.ts
index 513a0f7c9b..fe2f9ea68b 100644
--- a/ui/qt/wireshark_en.ts
+++ b/ui/qt/wireshark_en.ts
@@ -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>
diff --git a/ui/qt/wireshark_fr.ts b/ui/qt/wireshark_fr.ts
index 28a5a49e48..f6c8528abf 100644
--- a/ui/qt/wireshark_fr.ts
+++ b/ui/qt/wireshark_fr.ts
@@ -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>
diff --git a/ui/qt/wireshark_it.ts b/ui/qt/wireshark_it.ts
index c726d55237..ae12c86a9c 100644
--- a/ui/qt/wireshark_it.ts
+++ b/ui/qt/wireshark_it.ts
@@ -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>
diff --git a/ui/qt/wireshark_ja_JP.ts b/ui/qt/wireshark_ja_JP.ts
index 5d6d5a45f5..3d1ad28036 100644
--- a/ui/qt/wireshark_ja_JP.ts
+++ b/ui/qt/wireshark_ja_JP.ts
@@ -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>
diff --git a/ui/qt/wireshark_pl.ts b/ui/qt/wireshark_pl.ts
index 63e0481c1b..0ea0323831 100644
--- a/ui/qt/wireshark_pl.ts
+++ b/ui/qt/wireshark_pl.ts
@@ -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>
diff --git a/ui/qt/wireshark_ru.ts b/ui/qt/wireshark_ru.ts
index 98d869547e..99250963af 100644
--- a/ui/qt/wireshark_ru.ts
+++ b/ui/qt/wireshark_ru.ts
@@ -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>
diff --git a/ui/qt/wireshark_sv.ts b/ui/qt/wireshark_sv.ts
index 89f4a34d8e..118932cf8b 100644
--- a/ui/qt/wireshark_sv.ts
+++ b/ui/qt/wireshark_sv.ts
@@ -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>
diff --git a/ui/qt/wireshark_uk.ts b/ui/qt/wireshark_uk.ts
index d2382a211a..b5ab9e1891 100644
--- a/ui/qt/wireshark_uk.ts
+++ b/ui/qt/wireshark_uk.ts
@@ -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>
diff --git a/ui/qt/wireshark_zh_CN.ts b/ui/qt/wireshark_zh_CN.ts
index a8ca0408b6..51b8f84685 100644
--- a/ui/qt/wireshark_zh_CN.ts
+++ b/ui/qt/wireshark_zh_CN.ts
@@ -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>