aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/README.X11
AgeCommit message (Collapse)AuthorFilesLines
2015-10-19X11 (doc): now more of 200Mb for mesa git repoAlexis La Goutte1-1/+1
Change-Id: I98e382e60868c20415a35026100e5c4e4a67e010 Reviewed-on: https://code.wireshark.org/review/11112 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\$Id\$/,+1 d') (No space or star before $Id$) Change-Id: I0801bd7cf234d32487008a8b6dcee64875b07688 Reviewed-on: https://code.wireshark.org/review/876 Reviewed-by: Evan Huus <eapache@gmail.com>
2013-09-17Add svn id tagJörg Mayer1-0/+2
svn path=/trunk/; revision=52116
2012-02-05Document which external files are used by the packet-x11.c generatorJörg Mayer1-0/+33
scripts. svn path=/trunk/; revision=40845
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