aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length,Guy Harris2001-07-161-3/+3
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-2/+2
* Use "%u", not "%d", to print unsigned quantities.Guy Harris2001-04-201-4/+4
* Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris2001-04-201-2/+2
* Check in the file used to define fields for the X11 dissector, and theGuy Harris2001-04-201-3/+3
* Create a more modular type system for the FT_* types. Put themGilbert Ramirez2001-02-011-11/+11
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-13/+4
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-4/+4
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+2
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-5/+5
* Finish tvbuffifying the X11 dissector - instead of having it be anGuy Harris2000-11-191-133/+113
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+4
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-6/+6
* Add braces to squelch a warning from GCC 2.8.1 on Solaris 7/x86.Guy Harris2000-06-171-3/+3
* Fix typos in some printf formats - "+%d", not "%+d"Guy Harris2000-06-151-3/+3
* Convert IPX-and-friend dissectors in packet-ipx.c to useGilbert Ramirez2000-06-151-2/+3
* When building under Win32, "boolean" appears to be defined in a fashionGuy Harris2000-06-141-3/+3
* In "stringCopy()", make the character temporary unsigned, so that itGuy Harris2000-06-141-2/+2
* Initialize 'int next_offset' to 0 instead of NULL.Gilbert Ramirez2000-06-121-2/+2
* Don't include <X11/Xlib.h> to get AllPlanes defined; that causes theGuy Harris2000-06-121-18/+2
* Partial tvbuffification of the X11 dissector; we construct a tvbuff fromGuy Harris2000-06-121-284/+320
* Christophe Tronche's X11 dissector.Guy Harris2000-06-121-0/+2951