aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-07-22 00:08:25 +0000
committerEvan Huus <eapache@gmail.com>2013-07-22 00:08:25 +0000
commitfb6c9c3387020242040a00e3b6efe81512810b68 (patch)
treefea5a254e765aff4ea39f57a2b6776541e61b5e5 /epan/dissectors/Makefile.common
parentd43eaa76cc4158fcb00e321bb3741f9cd83bc030 (diff)
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. svn path=/trunk/; revision=50777
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 0138a03180..74f82869c3 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -744,6 +744,7 @@ DISSECTOR_SRC = \
packet-jxta.c \
packet-k12.c \
packet-kadm5.c \
+ packet-kafka.c \
packet-kdp.c \
packet-kdsp.c \
packet-kerberos.c \