aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/x11-keysym.h
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23Comment out dups (many of which are marked "deprecated" in ↵Bill Meier1-71/+73
packet-x11-keysymdef.h) svn path=/trunk/; revision=44638
2012-07-03Remove a leftover // "comment to self" (fixes checkAPI error).Bill Meier1-1/+1
svn path=/trunk/; revision=43559
2012-07-03Improve use of the value_string x11_keysym_vals_source[]:Bill Meier1-0/+1400
- Compile the value_string only as part of packet-x11.c - Create a value_string_ext to ref the value_string; - packet_vnc.c: Access the value_string using the value_string_ext; - packet-x11.c: Access the value-string using the value_string_ext rather then building a temp GTree from the value_string. svn path=/trunk/; revision=43558