URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=18bc35e3e549b24db0833547cd99651acb3e163d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
18bc35e by Piotr Smolinski (piotr.smolinski@xxxxxxxxxxxx):
Support for Kafka 2.5
The change is massive, mostly due to KIP-482. The flexible version coding affects every
string, bytes or array field. In order to keep the compatibility the old and new style field
codings must stay next to each other.
Plus:
* correlation-id request/response matching
* new fields (other than KIP-482)
* some fixes to the messages that were not tested sufficiently before
Bug: 16540
Bug: 16706
Bug: 16708
Change-Id: I39b1b6a230e393d3bee3e3d8625541add9c83e5d
Reviewed-on: https://code.wireshark.org/review/37886
Petri-Dish: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 1f5624d USB Audio: Dissect version 2 Selector unit descriptor
add 18bc35e Support for Kafka 2.5
Summary of changes:
epan/dissectors/packet-kafka.c | 3693 ++++++++++++++++++++++++++--------------
1 file changed, 2452 insertions(+), 1241 deletions(-)