aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kafka.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-28use uncompress_zstd in KafkaKevin Albertson1-47/+7
2022-12-05Kafka: Add more loop checksJoão Valverde1-9/+29
2022-12-05kafka: fix note of ZSTD_decompressStream returnKevin Albertson1-2/+5
2022-12-05kafka: stop decompressing once all input is consumedKevin Albertson1-3/+2
2022-12-01kafka: Don't try to decompress if the length is zero.John Thacker1-0/+7
2022-08-12check_typed_item_calls.py: check for consecutive calls to same itemMartin Mathieson1-4/+0
2022-01-17Kafka: Make sure a string pointer is valid.Gerald Combs1-7/+6
2022-01-15kafka: Fix Clang Warning Uninitialized argument valueAlexis La Goutte1-1/+1
2021-12-29kafka: have dissect_kafka_string_new() return the display string.Guy Harris1-18/+18
2021-12-29kafka: remove compiler warnings.Dario Lombardo1-1/+1
2021-12-29Kafka: Add back some code.Gerald Combs1-0/+18
2021-12-28Kafka: Be more strict when dissecting varints.Gerald Combs1-36/+19
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-10/+10
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-34/+34
2021-08-24[build] fix warnings for unused variablesLin Sun1-2/+0
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-87/+87
2020-12-08Kafka: Decrease our maximum decompression buffer size.Gerald Combs1-1/+3
2020-12-02Kafka: Limit our decompression size.Gerald Combs1-24/+32
2020-11-08Kafka: Fixup returned offsets and initialize variables.Gerald Combs1-19/+48
2020-10-09kafka: fix uninitialized valueAlexis La Goutte1-6/+6
2020-09-23Kafka: Check returned offsets.Gerald Combs1-2/+15
2020-09-09ieee80211: fix Wmissing-prototypesAlexis La Goutte1-4/+4
2020-07-31Fixed the usage of proto_tree_add_bytesPiotr Smolinski1-40/+30
2020-07-24Support for Kafka 2.5Piotr Smolinski1-1235/+2446
2020-07-19kafka: zstd: free the composite tvb only onceMartin Kaiser1-8/+11
2020-07-13kafka: snappy: free the composite tvb only onceMartin Kaiser1-9/+10
2020-07-05kafka: lz4: free the composite tvb only onceMartin Kaiser1-8/+11
2020-06-12Kafka: fix the FETCH response alignment issuePiotr Smolinski1-13/+35
2020-02-15Some issues spotted by PVS-Studio in bug 16335. Many more remainMartin Mathieson1-6/+0
2019-12-02kafka: don't use an empty tvb list.Dario Lombardo1-3/+2
2019-10-27Add more checks, fail for negative byte block lengths.Guy Harris1-19/+50
2019-10-18Kafka: Fix a length check.Gerald Combs1-1/+1
2019-09-09Kafka: Fix Dead StoreAlexis La Goutte1-1/+1
2019-09-09Kafka: Fix Dead StoreAlexis La Goutte1-5/+5
2019-09-05kafka: Cleanup to use "native" APIs.Michael Mann1-143/+65
2019-08-27Kafka: fixed OffsetForLeaderEpoch dissectionPiotr Smolinski1-132/+155
2019-08-27kafka: remove unused hf/ei entries.Dario Lombardo1-15/+0
2019-08-20Kafka: include zstd compression in Kafka message batchesPiotr Smolinski1-0/+42
2019-08-20Kafka: fix the name shadowingPiotr Smolinski1-4/+8
2019-08-20Kafka: add support for Kafka 2.3+ dissectionPiotr Smolinski1-516/+5318
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-7/+7
2018-12-01Apply port preferences during dissector handoff registrationJaap Keuter1-0/+1
2018-08-01kafka: fix builds without Snappy or LZ4 supportDario Lombardo1-8/+8
2018-08-01Kafka: add info when we lack decompression supportTim Cuthbertson1-2/+8
2018-07-21Kafka: add support for additional Produce, Fetch, OffsetCommit and Heartbeat ...Tim Cuthbertson1-4/+106
2018-04-15Check for HAVE_LZ4FRAME_H in the LZ4 detection process and use itJoerg Mayer1-8/+5
2018-04-13kafka: raise the required version to 1.5.0 for lz4_frame.Dario Lombardo1-3/+3
2018-04-11kafka: check lz4 version in a single point.Dario Lombardo1-4/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1