aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kafka.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-05kafka: misc minor tweaksEvan Huus1-7/+7
2015-01-30kafka: fill in some expert infoEvan Huus1-9/+16
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+2
2014-10-20kafka: summarize number of messages in a setEvan Huus1-0/+3
2014-10-20kafka: compression codec is unsignedEvan Huus1-1/+1
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+14
2014-07-02kafka: fully dissect offset request/response messagesEvan Huus1-0/+120
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-40/+19
2014-06-24Fix two bugs in kafka dissectionEvan Huus1-17/+24
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-6/+6
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-6/+6
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-08Recognize kafka's ConsumerMetadata message typeEvan Huus1-12/+14
2014-05-06Update kafka dissector closer to latest specEvan Huus1-17/+8
2014-04-09Update kafka OffsetFetchResponse dissectionEvan Huus1-5/+1
2014-04-09Update some Kafka API constants per lastest specEvan Huus1-2/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-20The payload of a compressed Kafka message is supposed to be itself aEvan Huus1-1/+6
2013-12-20Simplify dissect_kafka_metadata_request() to not add an unnecessary tree andEvan Huus1-13/+2
2013-12-20As pointed out in http://ask.wireshark.org/questions/28304/questions-on-packe...Jeff Morriss1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+1
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