On 11/23/2013 10:01 PM, Guy Harris wrote:
On Nov 23, 2013, at 5:32 PM, morriss@xxxxxxxxxxxxx wrote:
Log:
Some patches from Peter Harris to make it possible to build the X11 dissector
again (and some various other improvements):
Rebuild the dissector with the latest xcbproto and mesa.
It appears that the generator needs some work - checkAPI says:
Error: hf_x11_xinput_XIGrabDevice_owner_events uses a value_string but is an FT_BOOLEAN in x11-register-info.h
Error: hf_x11_xinput_XIPassiveGrabDevice_owner_events uses a value_string but is an FT_BOOLEAN in x11-register-info.h
Booleans should use a true_false_string.
<sigh> I tried to stay awake long enough to check the buildbots but jet
lag got the best of me.
Fixed in r53545 (not using a true_false_string but by changing the
boolean to a UINT8).