Some patches from Peter Harris:
authormorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Dec 2013 02:32:21 +0000 (02:32 +0000)
committermorriss <morriss@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 19 Dec 2013 02:32:21 +0000 (02:32 +0000)
commit11999d3513587c9df3fe980a3880e3fac4295352
tree6fa083b791745f8673600ec49feeaef4c541c4a3
parentbb8d6c8edec9b9e5848b717ec9fe2726430cd6c7
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

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54242 f5534014-38df-0310-8fa8-9805f1628bb7
epan/dissectors/x11-declarations.h
epan/dissectors/x11-extension-implementation.h
epan/dissectors/x11-register-info.h
tools/process-x11-xcb.pl