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