Wireshark-commits: [Wireshark-commits] master f27c345: Add resource-id parsing to the X11 errors th
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 4 Dec 2014 09:04:03 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f27c34570031ff99c8e829db07a55bb6a28b907a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f27c345 by Michele Baldessari (michele@xxxxxxxxxx):

    Add resource-id parsing to the X11 errors that return it
    
    - Rename BadColor to BadColormap as the former does not exist in the X11
      specs
    - Parse the bad resource id field in case of the following errors:
      BadColormap, BadWindow, BadPixmap, BadCursor, BadFont, BadDrawable,
      BadGC and BadIDChoice
    
    Change-Id: I5b23d32189e1a8bb291c656cf6383a85b3e89642
    Reviewed-on: https://code.wireshark.org/review/5592
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  b8a2364   Don't do the desktop integration stuff if we're not building Wireshark.
    adds  f27c345   Add resource-id parsing to the X11 errors that return it


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