aboutsummaryrefslogtreecommitdiffstats
path: root/process-x11-fields.pl
AgeCommit message (Collapse)AuthorFilesLines
2001-06-18From Joerg Mayer: explicitly fill in all members of aGuy Harris1-2/+2
"header_field_info" structure, including the ones that are later set by the routines to register fields. svn path=/trunk/; revision=3561
2001-04-21Add support for comments in "process-x11-fields.pl", and add a copyrightGuy Harris1-1/+11
notice/RCS ID/credit to Christophe to "x11-fields" as a comment. svn path=/trunk/; revision=3358
2001-04-20Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl"Guy Harris1-0/+27
script. svn path=/trunk/; revision=3346
2001-04-20Fix up "process-x11-fields" to allow both a base *and* VALS to beGuy Harris1-18/+43
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/+65
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