| Commit message (Expand) | Author | Age | Files | Lines |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | "g_malloc()" takes the number of bytes to allocate, not the number of | Guy Harris | 2004-06-23 | 1 | -2/+3 |
* | In EnterNotify and LeaveNotify events, the last byte isn't a Boolean, | Guy Harris | 2004-04-17 | 1 | -10/+33 |
* | Handle the case where the keycodemap entry for one of the keycodes | Guy Harris | 2004-03-23 | 1 | -35/+37 |
* | * X11 dissector: | Laurent Deniel | 2004-03-22 | 1 | -53/+622 |
* | Make sure the keysym list is present before allocating a buffer to hold | Guy Harris | 2004-02-25 | 1 | -6/+7 |
* | Use "tvb_get_string()" instead of allocating a (len+1)-sized buffer, | Guy Harris | 2004-02-25 | 1 | -19/+12 |
* | Fix warnings found by -Wstrict-prototypes | Jörg Mayer | 2004-01-18 | 1 | -5/+2 |
* | Make the forward declarations of routines and their definitions match. | Guy Harris | 2004-01-06 | 1 | -8/+8 |
* | Move a comment to the appropriate location, and put in another comment | Guy Harris | 2004-01-04 | 1 | -6/+26 |
* | Move "XConvertCase()" from a header file to "packet-x11.c". | Guy Harris | 2004-01-04 | 1 | -79/+196 |
* | At least with some versions of GCC, the __attribute__((unused)) stuff | Guy Harris | 2004-01-03 | 1 | -2/+2 |
* | From Michael Shuldman: | Olivier Biot | 2004-01-02 | 1 | -556/+1724 |
* | Remove a bunch of duplicate semicolons. | Gerald Combs | 2003-09-21 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -42/+42 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -7/+3 |
* | From Andrew Esh: fix a compiler warning. | Guy Harris | 2002-05-16 | 1 | -4/+4 |
* | Get rid of an unused variable. | Guy Harris | 2002-04-23 | 1 | -2/+1 |
* | Get rid of the last global variable. | Guy Harris | 2002-04-23 | 1 | -84/+98 |
* | In a ChangeHosts request, display 4-byte Internet addresses as IPv4 | Guy Harris | 2002-04-17 | 1 | -28/+21 |
* | Add support for desegmentation of X11 messages. | Guy Harris | 2002-04-16 | 1 | -1133/+1493 |
* | Use "CLEANUP_PUSH()" and "CLEANUP_CALL_AND_POP()" to plug potential | Guy Harris | 2002-04-15 | 1 | -20/+62 |
* | From Joerg Mayer: | Guy Harris | 2002-04-14 | 1 | -3/+3 |
* | Get rid of another global variable. | Guy Harris | 2002-04-14 | 1 | -45/+44 |
* | Display Boolean bitfields that control whether other fields show up in a | Guy Harris | 2002-04-14 | 1 | -5/+5 |
* | Display Boolean bitfields regardless of whether they're set or clear, so | Guy Harris | 2002-04-14 | 1 | -5/+8 |
* | Get rid of another global variable. | Guy Harris | 2002-04-13 | 1 | -260/+300 |
* | Bug fix from Didier Gautheron. | Guy Harris | 2002-04-12 | 1 | -2/+2 |
* | From Joerg Mayer: get rid of some unused arguments, and make some | Guy Harris | 2002-04-11 | 1 | -4/+3 |
* | Get rid of the global variable referring to the current protocol tree; | Guy Harris | 2002-04-05 | 1 | -67/+75 |
* | Add ett_ values for subtrees. | Guy Harris | 2002-04-04 | 1 | -26/+114 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -5/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -2/+2 |
* | Move the pointer to the "column_info" structure in the "frame_data" | Guy Harris | 2001-12-10 | 1 | -7/+7 |
* | Make "dissector_add()", "dissector_delete()", and "dissector_change()" | Guy Harris | 2001-12-03 | 1 | -4/+7 |
* | Moved from using dissect_data() to using call_dissector() | Ed Warnicke | 2001-11-26 | 1 | -3/+6 |
* | Fix the rest of the signed/unsigned comparison warnings. | Gilbert Ramirez | 2001-10-26 | 1 | -5/+5 |
* | Avoid using non-ASCII characters in labels in the protocol tree - some | Guy Harris | 2001-10-04 | 1 | -2/+2 |
* | Convert a bunch of "proto_tree_add_bytes(tree, hf, tvb, offset, length, | Guy Harris | 2001-07-16 | 1 | -3/+3 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -2/+2 |
* | Use "%u", not "%d", to print unsigned quantities. | Guy Harris | 2001-04-20 | 1 | -4/+4 |
* | Fix Gerald's e-mail address - and fix it in "README.developer", so | Guy Harris | 2001-04-20 | 1 | -2/+2 |
* | Check in the file used to define fields for the X11 dissector, and the | Guy Harris | 2001-04-20 | 1 | -3/+3 |
* | Create a more modular type system for the FT_* types. Put them | Gilbert Ramirez | 2001-02-01 | 1 | -11/+11 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -13/+4 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -4/+4 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+2 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -5/+5 |
* | Finish tvbuffifying the X11 dissector - instead of having it be an | Guy Harris | 2000-11-19 | 1 | -133/+113 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+4 |