aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-kafka.c
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2014-04-08 19:11:15 -0400
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-09 07:53:35 +0000
commit8d9c45d965bfd20b099fdab7c617b6e3ad95b69d (patch)
tree187a735baa36222fc01a0670accd08f1283309e4 /epan/dissectors/packet-kafka.c
parent130b94fa61baf82f4de5e5625c332de690210eba (diff)
Update some Kafka API constants per lastest spec
Change-Id: Icef981f50e81e5059916e3bde5fa8a1e1fcd92ae Reviewed-on: https://code.wireshark.org/review/1033 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-kafka.c')
-rw-r--r--epan/dissectors/packet-kafka.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-kafka.c b/epan/dissectors/packet-kafka.c
index 103b1c0973..b4920d2e1f 100644
--- a/epan/dissectors/packet-kafka.c
+++ b/epan/dissectors/packet-kafka.c
@@ -94,8 +94,8 @@ static guint kafka_port = 0;
#define KAFKA_METADATA 3
#define KAFKA_LEADER_ISR 4
#define KAFKA_STOP_REPLICA 5
-#define KAFKA_OFFSET_COMMIT 6
-#define KAFKA_OFFSET_FETCH 7
+#define KAFKA_OFFSET_COMMIT 8
+#define KAFKA_OFFSET_FETCH 9
static const value_string kafka_apis[] = {
{ KAFKA_PRODUCE, "Produce" },
{ KAFKA_FETCH, "Fetch" },