aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kafka.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-08Fix typo: Heatbeat --> HeartbeatJeff Widman1-1/+1
2017-09-05Fix unitialized variable warnings that popped up with -OgJoão Valverde1-1/+1
2017-05-16[Kafka] The inclusion of LZ4 broke building on Ubuntu 14.04, since it has lz4...AndersBroman1-4/+7
2017-05-16kafka: fix -Wmissing-field-initializers by removing unneeded codePeter Wu1-3/+1
2017-05-15Explicitly initialize the current only member of dec_opts.Guy Harris1-1/+2
2017-05-13Kafka: add LZ4 decompressionPascal Quantin1-1/+211
2017-05-07Fix kafka build error by castingMartin Mathieson1-2/+2
2017-05-07Kafka: show decompressed messages more clearlyMartin Mathieson1-13/+58
2017-03-19dissector: fix typo reponse -> responseAlexis La Goutte1-1/+1
2017-01-07Convert range API to always use wmem memory.Michael Mann1-1/+0
2016-12-20Cast larger types to time_tYour Name1-1/+1
2016-12-17kafka: add expert info about unsupported api key and versionDmitry Lazurkin1-42/+186