aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kafka.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12(Trivial)Bill Meier1-8/+8
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-3/+3
2013-11-13The kafka compression codec is only 2 bits, not 3.Evan Huus1-1/+1
2013-11-09Add data parameter to tcp_dissect_pdus() as well as convert it to using "new"...Michael Mann1-5/+6
2013-10-27Dissect Kafka "fetch" requests and responses.Evan Huus1-0/+148
2013-10-25Kafka's CRC is 4 bytes long and is added with ENC_BIG_ENDIAN. Make the hfJeff Morriss1-1/+1
2013-10-25Fix CID 1080758: be prepared for tvb_child_uncompress() failing (and returningJeff Morriss1-2/+8
2013-09-03Decompress gzipped Kafka messages.Evan Huus1-3/+49
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-6/+6
2013-09-02Dissect all the fields in kafka produce request/response pairs. All of theEvan Huus1-2/+139
2013-08-09Decode Kafka metadata requests and responses.Evan Huus1-0/+196
2013-07-30Dissect more of the Kafka protocol.Evan Huus1-0/+151
2013-07-25Fix a bug in the Kafka dissector handling PRODUCE requests with a RequiredAcksEvan Huus1-1/+15
2013-07-22Commit real kafka dissector this time.Evan Huus1-0/+491
2013-07-22Remove kafka dissector, accidentally committed symlink instead of real file.Evan Huus1-1/+0
2013-07-22Skeleton dissector for Apache Kafka's new protocol:Evan Huus1-0/+1