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>
This commit is contained in:
Jaap Keuter 2016-06-01 00:40:05 +02:00 committed by Anders Broman
parent 281691f1b8
commit 20a41839ab
3 changed files with 3 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -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.