URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8fbbb0c5fce35f13d90c8930ddf4a1aa897a6e10
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
8fbbb0c by Guy Harris (guy@xxxxxxxxxxxx):
Don't define http_decompress_body if we don't have compression support.
It's not used unless we have either zlib or libbrotli, so don't define
it if we have neither of them. This fixes no-zlib/no-libbrotli builds.
Change-Id: I97358c9197a2ab789f85498cc4e40d301ecb792d
Reviewed-on: https://code.wireshark.org/review/32975
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 4828e45 BTMESH: Adding defragmentation of messages
add 8fbbb0c Don't define http_decompress_body if we don't have compression support.
Summary of changes:
epan/dissectors/packet-http.c | 2 --
1 file changed, 2 deletions(-)