summaryrefslogtreecommitdiff
path: root/docbook/wsdg_src
diff options
context:
space:
mode:
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.