summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:53 +0000
commita86c5f7cae7ec9a3398300555a0b644689d946a1 (patch)
tree39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /README.md
parentReleasing progress-linux version 4.2.6-1~progress7.99u1. (diff)
downloadwireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz
wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 9 insertions, 4 deletions
diff --git a/README.md b/README.md
index e3319855..f99d693a 100644
--- a/README.md
+++ b/README.md
@@ -89,10 +89,14 @@ the required compression library was available when Wireshark was compiled.
Currently supported compression formats are:
- GZIP
-- ZSTD
- LZ4
+- ZSTD
-You can disable zlib support by running `cmake -DENABLE_ZLIB=OFF`.
+GZIP and LZ4 (when using independent blocks, which is the default) support
+fast random seeking, which offers much better GUI performance on large files.
+Any of these compression formats can be disabled at compile time by passing
+the corresponding option to cmake, i.e., `cmake -DENABLE_ZLIB=OFF`,
+`cmake -DENABLE_LZ4=OFF`, or `cmake -DENABLE_ZSTD=OFF`.
Although Wireshark can read AIX iptrace files, the documentation on
AIX's iptrace packet-trace command is sparse. The `iptrace` command
@@ -236,8 +240,9 @@ Parts of Wireshark can be built and distributed as libraries. These
parts are still covered by the GPL, and NOT by the Lesser General Public
License or any other license.
-If you integrate all or part of Wireshark into your own application, then
-that application must be released under a license compatible with the GPL.
+If you integrate all or part of Wireshark into your own application and you
+opt to publish or release it then the combined work must be released under
+the terms of the GPLv2.
Disclaimer