aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-extension-errors.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2009-09-11 01:57:59 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2009-09-11 01:57:59 +0000
commit961cd3c6ce821c21000d8009b562fc5fafbd0d7a (patch)
tree6af8c67fd36a2fc7d5574426952b6ee1ba8808c2 /epan/dissectors/x11-extension-errors.h
parentb75a84dd4fac59c1e7d40eb4a101841e0088d507 (diff)
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. svn path=/trunk/; revision=29854
Diffstat (limited to 'epan/dissectors/x11-extension-errors.h')
-rw-r--r--epan/dissectors/x11-extension-errors.h174
1 files changed, 174 insertions, 0 deletions
diff --git a/epan/dissectors/x11-extension-errors.h b/epan/dissectors/x11-extension-errors.h
new file mode 100644
index 0000000000..5e64537cc6
--- /dev/null
+++ b/epan/dissectors/x11-extension-errors.h
@@ -0,0 +1,174 @@
+/* Do not modify this file. */
+/* It was automatically generated by process-x11-xcb.pl. */
+/* $Id$ */
+
+/*
+ * Copyright 2008, 2009 Open Text Corporation <pharris[AT]opentext.com>
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald[AT]wireshark.org>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ */
+
+const char *bigreq_errors[] = {
+ NULL
+};
+
+const char *composite_errors[] = {
+ NULL
+};
+
+const char *damage_errors[] = {
+ "damage-BadDamage",
+ NULL
+};
+
+const char *dpms_errors[] = {
+ NULL
+};
+
+const char *ge_errors[] = {
+ NULL
+};
+
+const char *glx_errors[] = {
+ "glx-BadContext",
+ "glx-BadContextState",
+ "glx-BadDrawable",
+ "glx-BadPixmap",
+ "glx-BadContextTag",
+ "glx-BadCurrentWindow",
+ "glx-BadRenderRequest",
+ "glx-BadLargeRequest",
+ "glx-UnsupportedPrivateRequest",
+ "glx-BadFBConfig",
+ "glx-BadPbuffer",
+ "glx-BadCurrentDrawable",
+ "glx-BadWindow",
+ NULL
+};
+
+const char *randr_errors[] = {
+ "randr-BadOutput",
+ "randr-BadCrtc",
+ "randr-BadMode",
+ NULL
+};
+
+const char *record_errors[] = {
+ "record-BadContext",
+ NULL
+};
+
+const char *render_errors[] = {
+ "render-PictFormat",
+ "render-Picture",
+ "render-PictOp",
+ "render-GlyphSet",
+ "render-Glyph",
+ NULL
+};
+
+const char *res_errors[] = {
+ NULL
+};
+
+const char *screensaver_errors[] = {
+ NULL
+};
+
+const char *shape_errors[] = {
+ NULL
+};
+
+const char *shm_errors[] = {
+ "shm-BadSeg",
+ NULL
+};
+
+const char *sync_errors[] = {
+ "sync-Counter",
+ "sync-Alarm",
+ NULL
+};
+
+const char *xc_misc_errors[] = {
+ NULL
+};
+
+const char *xevie_errors[] = {
+ NULL
+};
+
+const char *xf86dri_errors[] = {
+ NULL
+};
+
+const char *xf86vidmode_errors[] = {
+ "xf86vidmode-BadClock",
+ "xf86vidmode-BadHTimings",
+ "xf86vidmode-BadVTimings",
+ "xf86vidmode-ModeUnsuitable",
+ "xf86vidmode-ExtensionDisabled",
+ "xf86vidmode-ClientNotLocal",
+ "xf86vidmode-ZoomLocked",
+ NULL
+};
+
+const char *xfixes_errors[] = {
+ "xfixes-BadRegion",
+ NULL
+};
+
+const char *xinerama_errors[] = {
+ NULL
+};
+
+const char *xinput_errors[] = {
+ "xinput-Device",
+ "xinput-Event",
+ "xinput-Mode",
+ "xinput-DeviceBusy",
+ "xinput-Class",
+ NULL
+};
+
+const char *xprint_errors[] = {
+ "xprint-BadContext",
+ "xprint-BadSequence",
+ NULL
+};
+
+const char *xselinux_errors[] = {
+ NULL
+};
+
+const char *xtest_errors[] = {
+ NULL
+};
+
+const char *xv_errors[] = {
+ "xv-BadPort",
+ "xv-BadEncoding",
+ "xv-BadControl",
+ NULL
+};
+
+const char *xvmc_errors[] = {
+ NULL
+};
+