aboutsummaryrefslogtreecommitdiffstats
path: root/packet-x11.c
Commit message (Expand)AuthorAgeFilesLines
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-42/+42
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-7/+3
* From Andrew Esh: fix a compiler warning.Guy Harris2002-05-161-4/+4
* Get rid of an unused variable.Guy Harris2002-04-231-2/+1
* Get rid of the last global variable.Guy Harris2002-04-231-84/+98
* In a ChangeHosts request, display 4-byte Internet addresses as IPv4Guy Harris2002-04-171-28/+21
* Add support for desegmentation of X11 messages.Guy Harris2002-04-161-1133/+1493
* Use "CLEANUP_PUSH()" and "CLEANUP_CALL_AND_POP()" to plug potentialGuy Harris2002-04-151-20/+62
* From Joerg Mayer:Guy Harris2002-04-141-3/+3
* Get rid of another global variable.Guy Harris2002-04-141-45/+44
* Display Boolean bitfields that control whether other fields show up in aGuy Harris2002-04-141-5/+5
* Display Boolean bitfields regardless of whether they're set or clear, soGuy Harris2002-04-141-5/+8
* Get rid of another global variable.Guy Harris2002-04-131-260/+300
* Bug fix from Didier Gautheron.Guy Harris2002-04-121-2/+2
* From Joerg Mayer: get rid of some unused arguments, and make someGuy Harris2002-04-111-4/+3
* Get rid of the global variable referring to the current protocol tree;Guy Harris2002-04-051-67/+75
* Add ett_ values for subtrees.Guy Harris2002-04-041-26/+114
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-5/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-2/+2
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+7
* Moved from using dissect_data() to using call_dissector()Ed Warnicke2001-11-261-3/+6
* Fix the rest of the signed/unsigned comparison warnings.Gilbert Ramirez2001-10-261-5/+5
* Avoid using non-ASCII characters in labels in the protocol tree - someGuy Harris2001-10-041-2/+2
* 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