Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 548b9fe: kafka: add dissection for rest of api keys

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 5 Dec 2016 21:45:43 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=548b9febb3c915b3693af0f5e8fe338447ca0f11
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

548b9fe by Dmitry Lazurkin (dilaz03@xxxxxxxxx):

    kafka: add dissection for rest of api keys
    
    - support rest of api keys
    - dissect kafka.required_acks with constants
    - dissect kafka.message_timestamp_type
    - add expert info about missing request
    
    Change-Id: I3d18936adac6702a61f545385bdec1b75b564bd9
    Reviewed-on: https://code.wireshark.org/review/18954
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
    

Actions performed:

    from  a275e3f   packet-rpcrdma: Display length fields in decimal
    adds  548b9fe   kafka: add dissection for rest of api keys


Summary of changes:
 epan/dissectors/packet-kafka.c | 2286 ++++++++++++++++++++++++++++++++++++----
 1 file changed, 2109 insertions(+), 177 deletions(-)