aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
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
2000-06-17Add braces to squelch a warning from GCC 2.8.1 on Solaris 7/x86.Guy Harris1-3/+3
2000-06-15Fix typos in some printf formats - "+%d", not "%+d"Guy Harris1-3/+3
2000-06-15Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez1-2/+3
2000-06-14When building under Win32, "boolean" appears to be defined in a fashionGuy Harris1-3/+3
2000-06-14In "stringCopy()", make the character temporary unsigned, so that itGuy Harris1-2/+2
2000-06-12Initialize 'int next_offset' to 0 instead of NULL.Gilbert Ramirez1-2/+2
2000-06-12Don't include <X11/Xlib.h> to get AllPlanes defined; that causes theGuy Harris1-18/+2
2000-06-12Partial tvbuffification of the X11 dissector; we construct a tvbuff fromGuy Harris1-284/+320
2000-06-12Christophe Tronche's X11 dissector.Guy Harris1-0/+2951