| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -6/+6 |
* | Add braces to squelch a warning from GCC 2.8.1 on Solaris 7/x86. | Guy Harris | 2000-06-17 | 1 | -3/+3 |
* | Fix typos in some printf formats - "+%d", not "%+d" | Guy Harris | 2000-06-15 | 1 | -3/+3 |
* | Convert IPX-and-friend dissectors in packet-ipx.c to use | Gilbert Ramirez | 2000-06-15 | 1 | -2/+3 |
* | When building under Win32, "boolean" appears to be defined in a fashion | Guy Harris | 2000-06-14 | 1 | -3/+3 |
* | In "stringCopy()", make the character temporary unsigned, so that it | Guy Harris | 2000-06-14 | 1 | -2/+2 |
* | Initialize 'int next_offset' to 0 instead of NULL. | Gilbert Ramirez | 2000-06-12 | 1 | -2/+2 |
* | Don't include <X11/Xlib.h> to get AllPlanes defined; that causes the | Guy Harris | 2000-06-12 | 1 | -18/+2 |
* | Partial tvbuffification of the X11 dissector; we construct a tvbuff from | Guy Harris | 2000-06-12 | 1 | -284/+320 |
* | Christophe Tronche's X11 dissector. | Guy Harris | 2000-06-12 | 1 | -0/+2951 |