aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kafka.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-10Add a preference to control whether string and byte lengths appear in protoco...Martin Mathieson1-14/+39
2016-12-05kafka: add dissection for rest of api keysDmitry Lazurkin1-129/+2061
2016-11-22Add prefs_get_uint_value and prefs_get_range_valueMichael Mann1-4/+2
2016-11-21Kafka: show API versions in root, and don't show bogus size for GZIP messages.Martin Mathieson1-5/+21
2016-11-20kafka: fix mac build breakage by adding int castMartin Mathieson1-1/+1
2016-11-19kafka: Update supported api keys to latest specDmitry Lazurkin1-132/+360
2016-10-19Kafka: add Snappy decompression supportPascal Quantin1-2/+67
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-27/+14
2016-08-04kafka: remove unused assignment.Dario Lombardo1-6/+0
2016-06-08Kafka: pass api_version to response and start to use itMartin Mathieson1-8/+47
2016-06-06Kafka: add more error codesMartin Mathieson1-0/+19
2016-04-20Kafka: several minor improvementsMartin Mathieson1-87/+233
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-3/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1