From 5abaa32d32e3b1a689b3388dceb293773938de93 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 23 Mar 2004 07:40:23 +0000 Subject: "keys" is a LISTofCARD8, so it should have type BYTES, not UINT8. svn path=/trunk/; revision=10454 --- x11-fields | 4 ++-- 1 file 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 # -# $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 @@ -285,7 +285,7 @@ keycodes NONE NONE keycodes-per-modifier UINT8 DEC -keys UINT8 DEC +keys BYTES NONE keysyms NONE NONE item NONE NONE -- cgit v1.2.3