Wireshark-commits: [Wireshark-commits] rev 50777: / /trunk/epan/dissectors/: Makefile.common packet

Date: Mon, 22 Jul 2013 00:08:26 GMT
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