Wireshark-commits: [Wireshark-commits] master a9fa699: x11 generator: some blacklisted structs are

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 19 Oct 2015 14:47:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a9fa699d1e9c91bfaf48bf68d093b911290a7117
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    x11 generator: some blacklisted structs are now used.
    
    Also, die more gracefully than:
    
        Can't use string ("1") as a HASH ref while "strict refs" in use at
        ../../tools/process-x11-xcb.pl line 675.
        at ../../tools/process-x11-xcb.pl line 1859
        at ../../tools/process-x11-xcb.pl line 1859
    
    when blacklisted (previously unused) structures start being used in the
    xcbproto source.
    
    (It's still not possible to regenerate the X11 dissector but this is a step...)
    
    Change-Id: I1dec16a7a479d5f453c5f54e561aa8238eb21280
    Reviewed-on: https://code.wireshark.org/review/10972
    Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    

Actions performed:

    from  71b3d38   X509AF: ensure that BER dissector successfully decoded a bit string before calling RSA Public Key dissection
    adds  a9fa699   x11 generator: some blacklisted structs are now used.


Summary of changes:
 tools/process-x11-xcb.pl |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)