ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 53531: /trunk/ /trunk/epan/dissector

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Sun, 24 Nov 2013 09:30:12 -0500
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).