aboutsummaryrefslogtreecommitdiffstats
path: root/packet-srvloc.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-02From Brad Hards: Support for SRVLOC version 2sahlberg1-53/+869
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-36/+36
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-10/+2
2002-07-17From Joerg Mayer:guy1-5/+1
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.guy1-2/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-4/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withguy1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"guy1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"guy1-4/+6
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tguy1-7/+11
2001-06-18From Joerg Mayer: explicitly fill in all members of aguy1-5/+5
2001-04-23Get rid of some unnecessary includes.guy1-3/+2
2001-03-09Fixes to Lemon to get it to compile on platforms (such as some versionsguy1-3/+3
2001-01-22Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="guy1-5/+1
2001-01-13Tvbuffify the SRVLOC dissector, and start trying to deal with multipleguy1-302/+303
2001-01-09Add an additional "protocol index" argument to "{old_}dissector_add()",guy1-8/+10
2001-01-03Ensure that all value_string arrays end in {0, NULL}. Dissectors got awaygram1-1/+3
2001-01-03Have "proto_register_protocol()" build a list of data structures forguy1-2/+3
2000-11-19For each column, have both a buffer into which strings for that columnguy1-2/+2
2000-09-11Move format_text(), get_token_len(), and fine_line_end(), into strutil.cgram1-1/+2
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsdeniel1-1/+3
2000-08-11Miscellaneous code cleaningdeniel1-9/+5
2000-08-07Allow either old-style (pre-tvbuff) or new-style (tvbuffified)guy1-3/+3
2000-08-04Fix to the SRVLOC dissector to correctly handle the error field of theguy1-7/+7
2000-08-04Fix a number of problems, and do some checking to make sure we don't runguy1-37/+132
2000-05-31Add routines for adding items to a protocol tree that take arguments ofguy1-10/+10
2000-05-11Add tvbuff class.gram1-77/+77
2000-04-08Move calls to "dissector_add()" out of the register routines for TCP andguy1-8/+19
2000-01-22"tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theguy1-3/+4
2000-01-07Fix Gerald's e-mail address.guy1-2/+2
2000-01-01Include <time.h> to declare "gmtime()".guy1-1/+2
1999-12-15Updates from James Coe.guy1-12/+17
1999-12-09SRVLOC updates from James Coe.guy1-9/+55
1999-12-07James Coe's patch to add SRVLOC and NCP-over-IP support.guy1-0/+379