URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ad94c4d459d243c0cbbb9b222d5f7cdf8189ab86
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
ad94c4d by Piotr Smolinski (piotr.smolinski@xxxxxxxxxxxx):
Kafka: include zstd compression in Kafka message batches
Change-Id: I1d06486ccf7b174ee9aa621fa3d8acb8b3673777
Reviewed-on: https://code.wireshark.org/review/34222
Petri-Dish: Anders Broman <a.broman58@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 8b8ce52 SCTP: Make association amalysis a prference defaulting to FALSE.
add ad94c4d Kafka: include zstd compression in Kafka message batches
Summary of changes:
CMakeLists.txt | 11 ++++++++
CMakeOptions.txt | 1 +
cmake/modules/FindZSTD.cmake | 58 +++++++++++++++++++++++++++++++++++++++++
cmakeconfig.h.in | 3 +++
debian/control | 2 +-
epan/CMakeLists.txt | 2 ++
epan/dissectors/packet-kafka.c | 42 +++++++++++++++++++++++++++++
epan/epan.c | 8 ++++++
packaging/nsis/CMakeLists.txt | 2 +-
packaging/rpm/wireshark.spec.in | 14 +++++++++-
packaging/wix/CMakeLists.txt | 4 +--
tools/debian-setup.sh | 1 +
tools/macos-setup-brew.sh | 2 +-
tools/macos-setup.sh | 41 +++++++++++++++++++++++++++++
tools/rpm-setup.sh | 2 ++
tools/win-setup.ps1 | 3 +++
16 files changed, 190 insertions(+), 6 deletions(-)
create mode 100644 cmake/modules/FindZSTD.cmake