aboutsummaryrefslogtreecommitdiffstats
path: root/ui/traffic_table_ui.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@zing.org>2015-02-14 10:18:26 -0800
committerGerald Combs <gerald@wireshark.org>2015-02-14 19:47:03 +0000
commitf80a720a885274a9db74c607f382d40e323c72e6 (patch)
treef7a95bce46f4e44d1d85cd77ee64535c89192714 /ui/traffic_table_ui.c
parente11d7ef08fc9b091e317d7cfd2abff1f21ca6276 (diff)
WSUG and image updates.
Update the protocol hierarchy, conversation, and endpoint sections of the User's Guide. When everything is an admonition nothing stands out. Make a series of "NOTE"s plain old paragraphs. Scale the new conversation and endpoint images to fit the page width. This looks funny in my browser but I'm not sure about the best way to fix it. Move image/compress-pngs to the tools directory. Use it to reduce the size of the WSUG and WSDG images. Fixup traffic table column names and window titles. Change-Id: I674342ed901fc64563b384ee5e1f35413736cb19 Reviewed-on: https://code.wireshark.org/review/7122 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/traffic_table_ui.c')
-rw-r--r--ui/traffic_table_ui.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/traffic_table_ui.c b/ui/traffic_table_ui.c
index 07895aaf97..5ee28f510c 100644
--- a/ui/traffic_table_ui.c
+++ b/ui/traffic_table_ui.c
@@ -62,8 +62,8 @@ const char *conv_column_titles[CONV_NUM_COLUMNS] = {
"Bytes B " UTF8_RIGHTWARDS_ARROW " A",
"Rel Start",
"Duration",
- "bps A " UTF8_RIGHTWARDS_ARROW " B",
- "bps B " UTF8_RIGHTWARDS_ARROW " A"
+ "Bits/s A " UTF8_RIGHTWARDS_ARROW " B",
+ "Bits/s B " UTF8_RIGHTWARDS_ARROW " A"
};
const char *conv_conn_a_title = "Connection A";