aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src/WSUG_chapter_statistics.asciidoc
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2018-08-18 04:17:35 +0100
committerJoão Valverde <j@v6e.pt>2018-09-09 23:55:19 +0000
commita93698a4ff1d2a403691a580dac5f26037047257 (patch)
treea4d49683a47b5b5024449a5311c98d8a55c5cbbf /docbook/wsug_src/WSUG_chapter_statistics.asciidoc
parent414e1c19b29f98e9c239c6ea75f056c0fcd95401 (diff)
Remove the tshark -z compare feature
- It cannot support IPv6. - Non-standard use (specifically recommended against in the RFCs) of the IPv4 fragment ID field. - Has a narrow and non-obvious use case, IMO. - It is not supported in the Qt GUI. - Significant maintenance burden for an obscure feature. Change-Id: Icaf429269dc42f78c38b8d20001508132499faf8 Reviewed-on: https://code.wireshark.org/review/29239 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'docbook/wsug_src/WSUG_chapter_statistics.asciidoc')
-rw-r--r--docbook/wsug_src/WSUG_chapter_statistics.asciidoc49
1 files changed, 0 insertions, 49 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_statistics.asciidoc b/docbook/wsug_src/WSUG_chapter_statistics.asciidoc
index 3ff245a2b9..66d7c0ec0a 100644
--- a/docbook/wsug_src/WSUG_chapter_statistics.asciidoc
+++ b/docbook/wsug_src/WSUG_chapter_statistics.asciidoc
@@ -401,55 +401,6 @@ Each row corresponds to a method of the interface selected (so the EPM interface
in version 3 has 7 methods). For each method the number of calls, and the
statistics of the SRT time is calculated.
-////
-// COMMENTED OUT, not yet implemented in QT UI
-[[ChStatCompareCaptureFiles]]
-
-=== Compare Two Capture Files
-
-Compare two capture files.
-
-This feature works best when you have merged two capture files chronologically,
-one from each side of a client/server connection.
-
-The merged capture data is checked for missing packets. If a matching connection
-is found it is checked for:
-
-* IP header checksums
-
-* Excessive delay (defined by the “Time variance” setting)
-
-* Packet order
-
-.The “Compare” window
-image::wsug_graphics/ws-stats-compare.png[{screenshot-attrs}]
-
-You can configure the following:
-
-* _Start compare:_ Start comparing when this many IP IDs are matched. A zero value starts comparing immediately.
-
-* _Stop compare:_ Stop comparing when we can no longer match this many IP IDs. Zero always compares.
-
-* _Endpoint distinction:_ Use MAC addresses or IP time-to-live values to determine connection endpoints.
-
-* _Check order:_ Check for the same IP ID in the previous packet at each end.
-
-* _Time variance:_ Trigger an error if the packet arrives this many milliseconds after the average delay.
-
-* _Filter:_ Limit comparison to packets that match this display filter.
-
-The info column contains new numbering so the same packets are parallel.
-
-The color filtering differentiate the two files from each other. A
-“zebra” effect is create if the Info column is sorted.
-
-[TIP]
-====
-If you click on an item in the error list its corresponding packet will be
-selected in the main window.
-====
-////
-
[[ChStatDHCPBOOTP]]
=== DHCP (BOOTP) Statistics