| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |