wireshark/epan/dissectors/x11-extension-errors.h
Jeff Morriss ea25410415 From Peter Harris via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4481 :
The XKEYBOARD extension is a pain in the... so XCB had to grow new ways to
describe the protocol.

This patch adds support to the Wireshark dissector, so it can successfully
process the XCB description of the XKEYBOARD extension.

Without this patch, "make x11-dissector" chokes on the current xcbproto from
git.

Also update the script to deal with the new mesa directory structure.

svn path=/trunk/; revision=32520
2010-04-20 00:18:51 +00:00

185 lines
3.2 KiB
C

/* Do not modify this file. */
/* It was automatically generated by ../../tools/process-x11-xcb.pl
using xcbproto version 1.6-4-g2d873a3 */
/* $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 *dri2_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 *xkb_errors[] = {
"xkb-Keyboard",
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
};