| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes, from Scott Renfro, for some calls to "localtime()" that didn't | Guy Harris | 2001-07-15 | 1 | -7/+11 |
* | From Joerg Mayer: explicitly fill in all members of a | Guy Harris | 2001-06-18 | 1 | -5/+5 |
* | Get rid of some unnecessary includes. | Guy Harris | 2001-04-23 | 1 | -3/+2 |
* | Fixes to Lemon to get it to compile on platforms (such as some versions | Guy Harris | 2001-03-09 | 1 | -3/+3 |
* | Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto =" | Guy Harris | 2001-01-22 | 1 | -5/+1 |
* | Tvbuffify the SRVLOC dissector, and start trying to deal with multiple | Guy Harris | 2001-01-13 | 1 | -302/+303 |
* | Add an additional "protocol index" argument to "{old_}dissector_add()", | Guy Harris | 2001-01-09 | 1 | -8/+10 |
* | Ensure that all value_string arrays end in {0, NULL}. Dissectors got away | Gilbert Ramirez | 2001-01-03 | 1 | -1/+3 |
* | Have "proto_register_protocol()" build a list of data structures for | Guy Harris | 2001-01-03 | 1 | -2/+3 |
* | For each column, have both a buffer into which strings for that column | Guy Harris | 2000-11-19 | 1 | -2/+2 |
* | Move format_text(), get_token_len(), and fine_line_end(), into strutil.c | Gilbert Ramirez | 2000-09-11 | 1 | -1/+2 |
* | Add the "Edit:Protocols..." feature which currently only implements | Laurent Deniel | 2000-08-13 | 1 | -1/+3 |
* | Miscellaneous code cleaning | Laurent Deniel | 2000-08-11 | 1 | -9/+5 |
* | Allow either old-style (pre-tvbuff) or new-style (tvbuffified) | Guy Harris | 2000-08-07 | 1 | -3/+3 |
* | Fix to the SRVLOC dissector to correctly handle the error field of the | Guy Harris | 2000-08-04 | 1 | -7/+7 |
* | Fix a number of problems, and do some checking to make sure we don't run | Guy Harris | 2000-08-04 | 1 | -37/+132 |
* | Add routines for adding items to a protocol tree that take arguments of | Guy Harris | 2000-05-31 | 1 | -10/+10 |
* | Add tvbuff class. | Gilbert Ramirez | 2000-05-11 | 1 | -77/+77 |
* | Move calls to "dissector_add()" out of the register routines for TCP and | Guy Harris | 2000-04-08 | 1 | -8/+19 |
* | "tm_mon" in a "struct tm" is 0-based, not 1-based; when printing the | Guy Harris | 2000-01-22 | 1 | -3/+4 |
* | Fix Gerald's e-mail address. | Guy Harris | 2000-01-07 | 1 | -2/+2 |
* | Include <time.h> to declare "gmtime()". | Guy Harris | 2000-01-01 | 1 | -1/+2 |
* | Updates from James Coe. | Guy Harris | 1999-12-15 | 1 | -12/+17 |
* | SRVLOC updates from James Coe. | Guy Harris | 1999-12-09 | 1 | -9/+55 |
* | James Coe's patch to add SRVLOC and NCP-over-IP support. | Guy Harris | 1999-12-07 | 1 | -0/+379 |