aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-extension-errors.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-04-20 00:18:51 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-04-20 00:18:51 +0000
commitea254104154f58affdedbb6b641235e8c66a3049 (patch)
tree3ffe6b27bbd8427cd6747a44bcf5e02c7d56ec47 /epan/dissectors/x11-extension-errors.h
parentc10087d7f4a907364c1a41be9038e5ea10e8096c (diff)
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
Diffstat (limited to 'epan/dissectors/x11-extension-errors.h')
-rw-r--r--epan/dissectors/x11-extension-errors.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/epan/dissectors/x11-extension-errors.h b/epan/dissectors/x11-extension-errors.h
index 5cfdf81ad5..8685cfd6ea 100644
--- a/epan/dissectors/x11-extension-errors.h
+++ b/epan/dissectors/x11-extension-errors.h
@@ -1,6 +1,6 @@
/* Do not modify this file. */
/* It was automatically generated by ../../tools/process-x11-xcb.pl
- using xcbproto version 1.5-5-g4f4d43e */
+ using xcbproto version 1.6-4-g2d873a3 */
/* $Id$ */
/*
@@ -42,6 +42,10 @@ const char *dpms_errors[] = {
NULL
};
+const char *dri2_errors[] = {
+ NULL
+};
+
const char *ge_errors[] = {
NULL
};
@@ -148,6 +152,11 @@ const char *xinput_errors[] = {
NULL
};
+const char *xkb_errors[] = {
+ "xkb-Keyboard",
+ NULL
+};
+
const char *xprint_errors[] = {
"xprint-BadContext",
"xprint-BadSequence",