Wireshark-commits: [Wireshark-commits] master b63fe7d: Update the X11 dissector to use the latest m

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 24 Sep 2018 17:53:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b63fe7d6e2ada405c845346a8c94ae2d6a820d14
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b63fe7d by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Update the X11 dissector to use the latest mesa and xcbproto.
    
    Change-Id: I6a72ec73c31c851723ba93e85cab3173d72c6a6b
    Reviewed-on: https://code.wireshark.org/review/29806
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  95cf63f   sharkd: cleanup printf() usage during JSON generation (part I).
     add  b63fe7d   Update the X11 dissector to use the latest mesa and xcbproto.


Summary of changes:
 epan/dissectors/packet-x11.c                   |   2 +-
 epan/dissectors/x11-declarations.h             |  76 +++++-
 epan/dissectors/x11-enum.h                     |   4 +-
 epan/dissectors/x11-extension-errors.h         |   2 +-
 epan/dissectors/x11-extension-implementation.h | 307 ++++++++++++++++++++-----
 epan/dissectors/x11-glx-render-enum.h          |  27 ++-
 epan/dissectors/x11-register-info.h            |  78 ++++++-
 7 files changed, 416 insertions(+), 80 deletions(-)