summaryrefslogtreecommitdiff
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2016-06-01 00:40:05 +0200
committerAnders Broman <a.broman58@gmail.com>2016-06-01 04:26:16 +0000
commit20a41839ab33f24a83b68c900b59421e03c658b8 (patch)
tree14eea05f5a7789e32c2d7e68fbecb484d2dd8342 /docbook/wsdg_src
parent281691f1b8f481b3ae821fa3b43f7ab56665782d (diff)
downloadwireshark-20a41839ab33f24a83b68c900b59421e03c658b8.tar.gz
Update function block depiction.
Update the graphic showing the functional blocks, incorporating the changes which were listed as incorrect in the corresponding text. Change-Id: Id962b4e31cb2912a4de75fc0a7e7ab97ff60d117 Reviewed-on: https://code.wireshark.org/review/15662 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'docbook/wsdg_src')
-rw-r--r--docbook/wsdg_src/WSDG_chapter_works.asciidoc10
1 files changed, 3 insertions, 7 deletions
diff --git a/docbook/wsdg_src/WSDG_chapter_works.asciidoc b/docbook/wsdg_src/WSDG_chapter_works.asciidoc
index db7259e247..f851682d51 100644
--- a/docbook/wsdg_src/WSDG_chapter_works.asciidoc
+++ b/docbook/wsdg_src/WSDG_chapter_works.asciidoc
@@ -23,14 +23,10 @@ The following will give you a simplified overview of Wireshark's function blocks
.Wireshark function blocks
image::wsdg_graphics/ws-function-blocks.png[]
-****
-This image is out of date. It is missing the utility library in 'wsutil' and
-the Qt UI in 'ui/qt'.
-****
-
The function blocks in more detail:
-$$GTK+ 2$$:: Handling of all user input/output (all windows, dialogs and such).
-Source code can be found in the 'ui/gtk' directory.
+
+GUI:: Handling of all user input/output (all windows, dialogs and such).
+Source code can be found in the 'ui/qt' and 'ui/gtk' directory.
Core:: Main "glue code" that holds the other blocks together. Source
code can be found in the root directory.