aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* "g_malloc()" takes the number of bytes to allocate, not the number ofGuy Harris2004-06-231-2/+3
* In EnterNotify and LeaveNotify events, the last byte isn't a Boolean,Guy Harris2004-04-171-10/+33
* Handle the case where the keycodemap entry for one of the keycodesGuy Harris2004-03-231-35/+37
* * X11 dissector:Laurent Deniel2004-03-221-53/+622
* Make sure the keysym list is present before allocating a buffer to holdGuy Harris2004-02-251-6/+7
* Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer,Guy Harris2004-02-251-19/+12
* Fix warnings found by -Wstrict-prototypesJörg Mayer2004-01-181-5/+2
* Make the forward declarations of routines and their definitions match.Guy Harris2004-01-061-8/+8
* Move a comment to the appropriate location, and put in another commentGuy Harris2004-01-041-6/+26
* Move "XConvertCase()" from a header file to "packet-x11.c".Guy Harris2004-01-041-79/+196
* At least with some versions of GCC, the __attribute__((unused)) stuffGuy Harris2004-01-031-2/+2
* From Michael Shuldman:Olivier Biot2004-01-021-556/+1724
* Remove a bunch of duplicate semicolons.Gerald Combs2003-09-211-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-42/+42
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-7/+3
* From Andrew Esh: fix a compiler warning.Guy Harris2002-05-161-4/+4
* Get rid of an unused variable.Guy Harris2002-04-231-2/+1
* Get rid of the last global variable.Guy Harris2002-04-231-84/+98
* In a ChangeHosts request, display 4-byte Internet addresses as IPv4Guy Harris2002-04-171-28/+21
* Add support for desegmentation of X11 messages.Guy Harris2002-04-161-1133/+1493
* Use "CLEANUP_PUSH()" and "CLEANUP_CALL_AND_POP()" to plug potentialGuy Harris2002-04-151-20/+62
* From Joerg Mayer:Guy Harris2002-04-141-3/+3
* Get rid of another global variable.Guy Harris2002-04-141-45/+44
* Display Boolean bitfields that control whether other fields show up in aGuy Harris2002-04-141-5/+5
* Display Boolean bitfields regardless of whether they're set or clear, soGuy Harris2002-04-141-5/+8
* Get rid of another global variable.Guy Harris2002-04-131-260/+300
* Bug fix from Didier Gautheron.Guy Harris2002-04-121-2/+2
* From Joerg Mayer: get rid of some unused arguments, and make someGuy Harris2002-04-111-4/+3
* Get rid of the global variable referring to the current protocol tree;Guy Harris2002-04-051-67/+75
* Add ett_ values for subtrees.Guy Harris2002-04-041-26/+114
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-5/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+7
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-5/+5
* Avoid using non-ASCII characters in labels in the protocol tree - someGuy Harris2001-10-041-2/+2
* Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris2001-07-161-3/+3
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+2
* Use "%u", not "%d", to print unsigned quantities.Guy Harris2001-04-201-4/+4
* Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris2001-04-201-2/+2
* Check in the file used to define fields for the X11 dissector, and theGuy Harris2001-04-201-3/+3
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-11/+11
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-13/+4
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-4/+4
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-5/+5
* Finish tvbuffifying the X11 dissector - instead of having it be anGuy Harris2000-11-191-133/+113
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4