diff --git a/docbook/wsdg_graphics/ws-function-blocks.dia b/docbook/wsdg_graphics/ws-function-blocks.dia index d2d2421a7e..cc85781073 100644 Binary files a/docbook/wsdg_graphics/ws-function-blocks.dia and b/docbook/wsdg_graphics/ws-function-blocks.dia differ diff --git a/docbook/wsdg_graphics/ws-function-blocks.png b/docbook/wsdg_graphics/ws-function-blocks.png index 5a2801167a..2e743e51e0 100644 Binary files a/docbook/wsdg_graphics/ws-function-blocks.png and b/docbook/wsdg_graphics/ws-function-blocks.png differ 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.