http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29854
User: morriss
Date: 2009/09/10 06:58 PM
Log:
From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :
This patch adds extension support to the X11 dissector.
I've removed the perl script from the make file, since the new one depends on
perl 5.10, xcbproto (at least git as of today), and mesa (at least the
mesa/src/mesa/glapi directory). It seemed easier to just add the generated
header files to svn directly.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -12 Makefile.am Modified
+5 -4 Makefile.common Modified
+0 -12 Makefile.nmake Modified
+23 -0 README.X11 Added
+283 -28 packet-x11.c Modified
+42 -4 process-x11-fields.pl Modified
+1217 -0 process-x11-xcb.pl Added
+4118 -0 x11-declarations.h Added
+174 -0 x11-extension-errors.h Added
+21965 -0 x11-extension-implementation.h Added
+1905 -0 x11-glx-render-enum.h Added
(2 files not shown)