aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorDániel Bakai <bakaidl@gmail.com>2019-04-10 12:52:52 +0200
committerPeter Wu <peter@lekensteyn.nl>2019-04-22 15:24:46 +0000
commit9ce60b173bf17b7d20695d9dc1de050989019664 (patch)
tree95ec8b8554415ef2c80d6d9950cc9201c8d22c94 /INSTALL
parent51ac1047a7e434a0b2e264780b2fa31f1d986898 (diff)
Add brotli decompression support for HTTP and HTTP2 dissectors.
Change-Id: I9c09f55673187f6fee723fcd72798fb6b9958b03 Reviewed-on: https://code.wireshark.org/review/32745 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index f173ae01c4..cc7a4875db 100644
--- a/INSTALL
+++ b/INSTALL
@@ -153,6 +153,13 @@ README.windows for those instructions.
the capture-file utilities that come in this package, use
this switch.
+ -DENABLE_BROTLI=OFF
+ By default, if 'configure' finds brotli, the wiretap library
+ will be built so that it can read brotli compressed capture
+ files. If you have brotli but do not wish to build it into
+ the wiretap library, used by Wireshark, TShark, and the
+ capture-file utilities that come in this package, use this switch.
+
-DENABLE_PLUGINS=OFF
By default, if your system can support run-time loadable modules,
the packet analyzers are build with support for plugins.