aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kafka.c
AgeCommit message (Expand)AuthorFilesLines
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
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