http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32520
User: morriss
Date: 2010/04/19 05:18 PM
Log:
From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4481 :
The XKEYBOARD extension is a pain in the... so XCB had to grow new ways to
describe the protocol.
This patch adds support to the Wireshark dissector, so it can successfully
process the XCB description of the XKEYBOARD extension.
Without this patch, "make x11-dissector" chokes on the current xcbproto from
git.
Also update the script to deal with the new mesa directory structure.
Directory: /trunk/epan/dissectors/
Changes Path Action
+14 -0 packet-x11.c Modified
+2818 -3 x11-declarations.h Modified
+206 -2 x11-enum.h Modified
+10 -1 x11-extension-errors.h Modified
+7728 -15 x11-extension-implementation.h Modified
+2 -6 x11-glx-render-enum.h Modified
+2818 -3 x11-register-info.h Modified
Directory: /trunk/tools/
Changes Path Action
+223 -112 process-x11-xcb.pl Modified