aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/README.X11
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-02-05 07:37:32 +0000
committerJörg Mayer <jmayer@loplof.de>2012-02-05 07:37:32 +0000
commitf1027355ad29b52b4e650a75a7badb605dbcda97 (patch)
tree08c06d0d2afb18e062e7effbe6931db95f032c5a /epan/dissectors/README.X11
parent130578337dbb8fbc91689b8c6e68bd6e0d4c13e7 (diff)
Document which external files are used by the packet-x11.c generator
scripts. svn path=/trunk/; revision=40845
Diffstat (limited to 'epan/dissectors/README.X11')
-rw-r--r--epan/dissectors/README.X1133
1 files changed, 33 insertions, 0 deletions
diff --git a/epan/dissectors/README.X11 b/epan/dissectors/README.X11
index 07a0a10274..f9c587fc60 100644
--- a/epan/dissectors/README.X11
+++ b/epan/dissectors/README.X11
@@ -9,6 +9,39 @@ epan/dissectors directory, run the following commands:
git clone git://anongit.freedesktop.org/xcb/proto xcbproto
git clone git://anongit.freedesktop.org/git/mesa/mesa
+As of this writing, mesa will provide:
+ src/mapi/glapi/gen/gl_API.xml
+and xcbproto provides:
+ bigreq.xml
+ composite.xml
+ damage.xml
+ dpms.xml
+ dri2.xml
+ ge.xml
+ glx.xml
+ randr.xml
+ record.xml
+ render.xml
+ res.xml
+ screensaver.xml
+ shape.xml
+ shm.xml
+ sync.xml
+ xc_misc.xml
+ xevie.xml
+ xf86dri.xml
+ xf86vidmode.xml
+ xfixes.xml
+ xinerama.xml
+ xinput.xml
+ xkb.xml
+ xprint.xml
+ xproto.xml (ignored)
+ xselinux.xml
+ xtest.xml
+ xv.xml
+ xvmc.xml
+
Or, if you have already cloned those repositories, "git pull" each one to bring
it up to date. Please be aware that the Mesa repository is rather large; it is
slightly more than 53MB as of this writing.