aboutsummaryrefslogtreecommitdiffstats
path: root/packet-srvloc.c
AgeCommit message (Expand)AuthorFilesLines
2003-12-08From Greg Morris: ecode the attribute structure instead of reporting aGuy Harris1-19/+245
2003-10-01The PDU length is 3 bytes long in SLPv2.Guy Harris1-3/+16
2003-08-18From Greg Morris: SRVLOC-over-TCP support.Guy Harris1-3/+52
2003-06-25In an SA Advertisement, fetch the scope list length before using it.Guy Harris1-1/+2
2003-03-01Handle the flag bits in SRVLOC V1 as registered fields, just as we do inGuy Harris1-18/+60
2003-02-24Put back the stuff for an attribute authentication block at the end of aGuy Harris1-1/+9
2003-02-24Rename "dissect_url_entry()" to "dissect_url_entry_v1()".Guy Harris1-64/+48
2003-02-24Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris1-132/+143
2003-02-14From Brad Hards: put the XID into the protocol tree with a length of 2,Guy Harris1-4/+4
2003-01-23From Brad Hards: fix to handle the special case where the length of theGuy Harris1-5/+15
2002-10-02From Brad Hards: Support for SRVLOC version 2Ronnie Sahlberg1-53/+869
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-36/+36
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-10/+2
2002-07-17From Joerg Mayer:Guy Harris1-5/+1
2002-05-30From Albert Chin: fix various non-GCC compiler warnings.Guy Harris1-2/+2
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-4/+3
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-3/+3
2001-12-10Move the pointer to the "column_info" structure in the "frame_data"Guy Harris1-7/+7
2001-12-03Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris1-4/+6
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