aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fields
AgeCommit message (Collapse)AuthorFilesLines
2002-04-17In a ChangeHosts request, display 4-byte Internet addresses as IPv4Guy Harris1-1/+2
addresses. When showing a list of keysyms, build the text representation of the item for the list by appending keysyms to the text of the item as dissected; this fixes a bug in the display of those keysums, and means that we don't build a text string with the keysyms if we're not generating the text representation. svn path=/trunk/; revision=5179
2002-04-16Add support for desegmentation of X11 messages.Guy Harris1-1/+8
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
2001-04-21Add support for comments in "process-x11-fields.pl", and add a copyrightGuy Harris1-0/+26
notice/RCS ID/credit to Christophe to "x11-fields" as a comment. svn path=/trunk/; revision=3358
2001-04-20Make the fields that correspond to drawable IDs, masks, and the likeGuy Harris1-11/+11
display as hex rather than decimal. svn path=/trunk/; revision=3343
2001-04-20Fix up "process-x11-fields" to allow both a base *and* VALS to beGuy Harris1-64/+64
specified - with or without a name for the list of values - and to roll up *all* the tokens at the end into the blurb for the field. Supply a base in "x11-fields" for all numeric fields, and supply a base of NONE rather than a parent-field width for Boolean fields that aren't bitfields. svn path=/trunk/; revision=3342
2001-04-20Check in the file used to define fields for the X11 dissector, and theGuy Harris1-0/+400
Perl script that generates them, so that if we have to change those fields we can do so more conveniently. Remove the generated header files from CVS, and arrange that we generate them when we do a build. svn path=/trunk/; revision=3341