aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/README.X11
AgeCommit message (Collapse)AuthorFilesLines
2009-09-12Move all of the scripts in epan/dissectors/ to tools/ .Jeff Morriss1-4/+4
Add a target ("x11-dissector") to build the X11 dissector. Put the X11-related files (back) in the source distribution. svn path=/trunk/; revision=29871
2009-09-11From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2981 :Jeff Morriss1-0/+23
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. svn path=/trunk/; revision=29854