Wireshark-commits: [Wireshark-commits] master 0efa992: Extend X11 response parsing
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Oct 2014 04:43:15 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0efa992d33626948c2ed00f8dde8e4c10b1d6a6f
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0efa992 by Michele Baldessari (michele@xxxxxxxxxx):

    Extend X11 response parsing
    
    Add support to parse screens, depths, visual-types and
    pixel-formats in the X11 connection initial response.
    
    v1->v2:
    - Do not show unused bytes when their length is 0
    - Fix up tabs
    
    Change-Id: If62f0eab65a18e050fb3f830a6bd7574ab1f2de6
    Reviewed-on: https://code.wireshark.org/review/4249
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  67f1fa5   Temporarily disable the Qt tests added in g58cde5c.
    adds  0efa992   Extend X11 response parsing


Summary of changes:
 epan/dissectors/packet-x11.c        |  169 ++++++++++++++++++++++++++++++++++-
 epan/dissectors/x11-declarations.h  |   32 +++++++
 epan/dissectors/x11-fields          |   36 ++++++++
 epan/dissectors/x11-register-info.h |   32 +++++++
 4 files changed, 267 insertions(+), 2 deletions(-)