Minor spelling etc updates.
[metze/wireshark/wip.git] / packet-srvloc.c
2002-10-02 Ronnie SahlbergFrom Brad Hards: Support for SRVLOC version 2
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 Guy HarrisFrom Joerg Mayer:
2002-05-30 Guy HarrisFrom Albert Chin: fix various non-GCC compiler warnings.
2002-01-24 Guy HarrisReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 Guy HarrisInclude files from the "epan" directory and subdirector...
2001-12-10 Guy HarrisMove the pointer to the "column_info" structure in...
2001-12-03 Guy HarrisMake "dissector_add()", "dissector_delete()", and ...
2001-07-15 Guy HarrisFixes, from Scott Renfro, for some calls to "localtime...
2001-06-18 Guy HarrisFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 Guy HarrisGet rid of some unnecessary includes.
2001-03-09 Guy HarrisFixes to Lemon to get it to compile on platforms (such...
2001-01-22 Guy HarrisRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 Guy HarrisTvbuffify the SRVLOC dissector, and start trying to...
2001-01-09 Guy HarrisAdd an additional "protocol index" argument to "{old_...
2001-01-03 Gilbert RamirezEnsure that all value_string arrays end in {0, NULL...
2001-01-03 Guy HarrisHave "proto_register_protocol()" build a list of data...
2000-11-19 Guy HarrisFor each column, have both a buffer into which strings...
2000-09-11 Gilbert RamirezMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 Laurent DenielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 Laurent DenielMiscellaneous code cleaning
2000-08-07 Guy HarrisAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-04 Guy HarrisFix to the SRVLOC dissector to correctly handle the...
2000-08-04 Guy HarrisFix a number of problems, and do some checking to make...
2000-05-31 Guy HarrisAdd routines for adding items to a protocol tree that...
2000-05-11 Gilbert RamirezAdd tvbuff class.
2000-04-08 Guy HarrisMove calls to "dissector_add()" out of the register...
2000-01-22 Guy Harris"tm_mon" in a "struct tm" is 0-based, not 1-based;...
2000-01-07 Guy HarrisFix Gerald's e-mail address.
2000-01-01 Guy HarrisInclude <time.h> to declare "gmtime()".
1999-12-15 Guy HarrisUpdates from James Coe.
1999-12-09 Guy HarrisSRVLOC updates from James Coe.
1999-12-07 Guy HarrisJames Coe's patch to add SRVLOC and NCP-over-IP support.