From ae8c1d405afb43c95bec0868fe5ad05fdc32a2bb Mon Sep 17 00:00:00 2001 From: Alex Nik Date: Sun, 7 Feb 2021 17:44:05 +0100 Subject: [PATCH] added description for IPv4 statistics minor fix applied SME suggestions extended with other statistic menus minor fix minor fix --- docbook/wsug_src/WSUG_chapter_statistics.adoc | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docbook/wsug_src/WSUG_chapter_statistics.adoc b/docbook/wsug_src/WSUG_chapter_statistics.adoc index b83b87374d..aacf46249a 100644 --- a/docbook/wsug_src/WSUG_chapter_statistics.adoc +++ b/docbook/wsug_src/WSUG_chapter_statistics.adoc @@ -706,7 +706,16 @@ Window Scaling:: Window size and outstanding bytes. === IPv4 Statistics -{missing} +Internet Protocol version 4 (IPv4) is a core protocol for the internet layer. It uses 32-bit addresses and allows packets routing from one source host to the next one. + +The menu:Statistics[IPv4] menu provides the packet counter by submenus: + +* `All Addresses`. Divides data by IP address. +* `Destination and Ports`. Divides data by IP address, and further by IP protocol type, such as TCP, UDP, and others. It also shows port number. +* `IP Protocol Types`. Divides data by IP protocol type. +* `Source and Destination addresses`. Divides data by source and destination IP address. + +You can see similar statistics in the menu:Statistics[Conversations] and menu:Statistics[Endpoints] menus. [[ChStatIPv6]]