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