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