Wireshark-commits: [Wireshark-commits] rev 54242: /trunk/ /trunk/epan/dissectors/: x11-declarations

Date: Thu, 19 Dec 2013 02:32:22 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=54242

User: morriss
Date: 2013/12/19 02:32 AM

Log:
 Some patches from Peter Harris:
 
 [PATCH 1/5] X11 dissector: Sort declarations
 This prevents pointless changes showing up in the diff when evaluating
 unrelated changes to the generator.
 
 See http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod#Hash_randomization
 
 [PATCH 2/5] X11 dissector: Silence warnings on perl 5.18, prevent 5.20
 Perl 5.18 retroactively marked "given/when" experimental, with a
 promise to remove or dramatically change it in 5.20.
 
 Since there is no perl 5.20 yet, there is no way to make this script
 compatible with it.
 
 [PATCH 3/5] X11 dissector: Support variable_param (at least for glCallLists)
 (This patch makes the change in r54232 unnecessary by using the previously-
 unused variable.)
 
 [PATCH 4/5] X11 dissector: Remove obsolete TODO item
 This item was done in r53531 PATCH 09/11

Directory: /trunk/epan/dissectors/
  Changes    Path                              Action
  +7 -0      x11-declarations.h                Modified
  +51 -6     x11-extension-implementation.h    Modified
  +8 -1      x11-register-info.h               Modified

Directory: /trunk/tools/
  Changes    Path                  Action
  +104 -18   process-x11-xcb.pl    Modified