http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50777
User: eapache
Date: 2013/07/21 05:08 PM
Log:
Skeleton dissector for Apache Kafka's new protocol:
https://cwiki.apache.org/confluence/display/KAFKA/A+Guide+To+The+Kafka+Protocol
All the core request/response matching necessary to actually decode is done, and
helpers exist for the common Kafka data types. Now it just remains to fill in
the rest of the fields.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+1 -0 packet-kafka.c Added
Directory: /trunk/epan/
Changes Path Action
+1 -0 CMakeLists.txt Modified