aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fields
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-16 09:42:31 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-16 09:42:31 +0000
commit85a67ed6d5f2b77800fbdc9161dddf1f648c1130 (patch)
tree424926c812272da8378201b427714a53b20587d6 /x11-fields
parent56dfc655525df48fd06a75a4a7749f740e474240 (diff)
Add support for desegmentation of X11 messages.
Try to check whether the first request we see is an initial connection request, and dissect it as such if so. Get rid of the global "next_offset" variable. Check for buffer overflows when building the summary item for a list of keysyms. Display BASE_DEC items in decimal, not hex. svn path=/trunk/; revision=5173
Diffstat (limited to 'x11-fields')
-rw-r--r--x11-fields9
1 files changed, 8 insertions, 1 deletions
diff --git a/x11-fields b/x11-fields
index 8e55fc72c1..ec40057e67 100644
--- a/x11-fields
+++ b/x11-fields
@@ -3,7 +3,7 @@
#
# Copyright 2000, Christophe Tronche <ch.tronche@computer.org>
#
-# $Id: x11-fields,v 1.4 2001/04/21 08:04:43 guy Exp $
+# $Id: x11-fields,v 1.5 2002/04/16 09:42:31 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -44,6 +44,10 @@ arc NONE NONE
mode UINT8 DEC VALS Tell us if we're drawing an arc or a pie
atom UINT32 HEX
+authorization-protocol-name-length UINT16 DEC
+authorization-protocol-name STRING HEX
+authorization-protocol-data-length UINT16 DEC
+authorization-protocol-data STRING HEX
auto-repeat-mode UINT8 DEC VALS
back-blue UINT16 DEC Background blue value for a cursor
back-green UINT16 DEC Background green value for a cursor
@@ -65,6 +69,7 @@ border-pixel UINT32 HEX
border-pixmap UINT32 HEX VALS
border-width UINT16 DEC
button UINT8 DEC VALS
+byte-order UINT8 HEX VALS
cap-style UINT8 DEC VALS
change-host-mode UINT8 DEC VALS(insert_delete)
cid UINT32 HEX
@@ -328,6 +333,8 @@ properties NONE NONE
property UINT32 HEX
property-number UINT16 DEC
+protocol-major-version UINT16 DEC
+protocol-minor-version UINT16 DEC
rectangle-height UINT16 DEC
rectangles NONE NONE
rectangle NONE NONE