The kafka compression codec is only 2 bits, not 3.

svn path=/trunk/; revision=53309
This commit is contained in:
Evan Huus 2013-11-13 23:47:57 +00:00
parent fc08bf1143
commit b13c1b7093
1 changed files with 1 additions and 1 deletions

View File

@ -1058,7 +1058,7 @@ proto_register_kafka(void)
},
{ &hf_kafka_message_codec,
{ "Compression Codec", "kafka.message_codec",
FT_INT8, BASE_DEC, VALS(kafka_codecs), 0x07,
FT_INT8, BASE_DEC, VALS(kafka_codecs), 0x03,
NULL, HFILL }
},
{ &hf_kafka_message_key,