From 9ce60b173bf17b7d20695d9dc1de050989019664 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Bakai?= Date: Wed, 10 Apr 2019 12:52:52 +0200 Subject: Add brotli decompression support for HTTP and HTTP2 dissectors. Change-Id: I9c09f55673187f6fee723fcd72798fb6b9958b03 Reviewed-on: https://code.wireshark.org/review/32745 Petri-Dish: Peter Wu Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu --- INSTALL | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'INSTALL') 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. -- cgit v1.2.1