aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
AgeCommit message (Expand)AuthorFilesLines
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