| Commit message (Expand) | Author | Age | Files | Lines |
* | The PDU length is 3 bytes long in SLPv2. | Guy Harris | 2003-10-01 | 1 | -3/+16 |
* | From Greg Morris: SRVLOC-over-TCP support. | Guy Harris | 2003-08-18 | 1 | -3/+52 |
* | In an SA Advertisement, fetch the scope list length before using it. | Guy Harris | 2003-06-25 | 1 | -1/+2 |
* | Handle the flag bits in SRVLOC V1 as registered fields, just as we do in | Guy Harris | 2003-03-01 | 1 | -18/+60 |
* | Put back the stuff for an attribute authentication block at the end of a | Guy Harris | 2003-02-24 | 1 | -1/+9 |
* | Rename "dissect_url_entry()" to "dissect_url_entry_v1()". | Guy Harris | 2003-02-24 | 1 | -64/+48 |
* | Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff, | Guy Harris | 2003-02-24 | 1 | -132/+143 |
* | From Brad Hards: put the XID into the protocol tree with a length of 2, | Guy Harris | 2003-02-14 | 1 | -4/+4 |
* | From Brad Hards: fix to handle the special case where the length of the | Guy Harris | 2003-01-23 | 1 | -5/+15 |
* | From Brad Hards: Support for SRVLOC version 2 | Ronnie Sahlberg | 2002-10-02 | 1 | -53/+869 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -36/+36 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -10/+2 |
* | From Joerg Mayer: | Guy Harris | 2002-07-17 | 1 | -5/+1 |
* | From Albert Chin: fix various non-GCC compiler warnings. | Guy Harris | 2002-05-30 | 1 | -2/+2 |
* | Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls in | Guy Harris | 2002-01-24 | 1 | -4/+3 |
* | Include files from the "epan" directory and subdirectories thereof with | Guy Harris | 2002-01-21 | 1 | -3/+3 |
* | 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/+6 |
* | 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 |