URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=303948500fee5f24600643638e3ed5cc5fa14132
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3039485 by Pascal Quantin (pascal.quantin@xxxxxxxxx):
CQL: add LZ4/Snappy decompression support on Windows
Change-Id: I34374cf29357e2ed5062da1a5245b9adbabf732d
Reviewed-on: https://code.wireshark.org/review/18249
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 867f282 Separate "Link Access Control Protocol" and the version number with a space.
adds 3039485 CQL: add LZ4/Snappy decompression support on Windows
Summary of changes:
CMakeLists.txt | 14 ++++++++++++++
cmake/modules/FindLZ4.cmake | 26 ++++++++++++++++++++++----
cmake/modules/FindSNAPPY.cmake | 26 ++++++++++++++++++++++----
epan/dissectors/packet-cql.c | 4 ++--
packaging/nsis/CMakeLists.txt | 3 ++-
packaging/wix/CMakeLists.txt | 6 ++++--
tools/win-setup.ps1 | 14 ++++++++++----
7 files changed, 76 insertions(+), 17 deletions(-)