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