aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fields
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-23 07:40:23 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-03-23 07:40:23 +0000
commit9f1761ace01aa2ad38a3341f568b99b1e8ed46b9 (patch)
tree2dc1d92431d14c8c88cfbe570004b518b1bf185d /x11-fields
parent05f18d26137d1aeafb2fbe4bfc764dcd4a084a06 (diff)
"keys" is a LISTofCARD8, so it should have type BYTES, not UINT8.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10454 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'x11-fields')
-rw-r--r--x11-fields4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fields b/x11-fields
index 2db7c7848b..2ea6e68a53 100644
--- a/x11-fields
+++ b/x11-fields
@@ -3,7 +3,7 @@
#
# Copyright 2000, Christophe Tronche <ch.tronche@computer.org>
#
-# $Id: x11-fields,v 1.12 2004/03/22 22:53:56 deniel Exp $
+# $Id: x11-fields,v 1.13 2004/03/23 07:40:23 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -285,7 +285,7 @@ keycodes NONE NONE
keycodes-per-modifier UINT8 DEC
-keys UINT8 DEC
+keys BYTES NONE
keysyms NONE NONE
item NONE NONE