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