aboutsummaryrefslogtreecommitdiffstats
path: root/packet-srvloc.c
Commit message (Expand)AuthorAgeFilesLines
* The PDU length is 3 bytes long in SLPv2.Guy Harris2003-10-011-3/+16
* From Greg Morris: SRVLOC-over-TCP support.Guy Harris2003-08-181-3/+52
* In an SA Advertisement, fetch the scope list length before using it.Guy Harris2003-06-251-1/+2
* Handle the flag bits in SRVLOC V1 as registered fields, just as we do inGuy Harris2003-03-011-18/+60
* Put back the stuff for an attribute authentication block at the end of aGuy Harris2003-02-241-1/+9
* Rename "dissect_url_entry()" to "dissect_url_entry_v1()".Guy Harris2003-02-241-64/+48
* Rename "fake_unicode()" to "tvb_fake_unicode()" as it works on a tvbuff,Guy Harris2003-02-241-132/+143
* From Brad Hards: put the XID into the protocol tree with a length of 2,Guy Harris2003-02-141-4/+4
* From Brad Hards: fix to handle the special case where the length of theGuy Harris2003-01-231-5/+15
* From Brad Hards: Support for SRVLOC version 2Ronnie Sahlberg2002-10-021-53/+869
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-36/+36
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-10/+2
* From Joerg Mayer:Guy Harris2002-07-171-5/+1
* From Albert Chin: fix various non-GCC compiler warnings.Guy Harris2002-05-301-2/+2
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-4/+3
* Include files from the "epan" directory and subdirectories thereof withGuy Harris2002-01-211-3/+3
* Move the pointer to the "column_info" structure in the "frame_data"Guy Harris2001-12-101-7/+7
* Make "dissector_add()", "dissector_delete()", and "dissector_change()"Guy Harris2001-12-031-4/+6
* Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris2001-07-151-7/+11
* From Joerg Mayer: explicitly fill in all members of aGuy Harris2001-06-181-5/+5
* Get rid of some unnecessary includes.Guy Harris2001-04-231-3/+2
* Fixes to Lemon to get it to compile on platforms (such as some versionsGuy Harris2001-03-091-3/+3
* Remove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo->current_proto ="Guy Harris2001-01-221-5/+1
* Tvbuffify the SRVLOC dissector, and start trying to deal with multipleGuy Harris2001-01-131-302/+303
* Add an additional "protocol index" argument to "{old_}dissector_add()",Guy Harris2001-01-091-8/+10
* Ensure that all value_string arrays end in {0, NULL}. Dissectors got awayGilbert Ramirez2001-01-031-1/+3
* Have "proto_register_protocol()" build a list of data structures forGuy Harris2001-01-031-2/+3
* For each column, have both a buffer into which strings for that columnGuy Harris2000-11-191-2/+2
* Move format_text(), get_token_len(), and fine_line_end(), into strutil.cGilbert Ramirez2000-09-111-1/+2
* Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel2000-08-131-1/+3
* Miscellaneous code cleaningLaurent Deniel2000-08-111-9/+5
* Allow either old-style (pre-tvbuff) or new-style (tvbuffified)Guy Harris2000-08-071-3/+3
* Fix to the SRVLOC dissector to correctly handle the error field of theGuy Harris2000-08-041-7/+7
* Fix a number of problems, and do some checking to make sure we don't runGuy Harris2000-08-041-37/+132
* Add routines for adding items to a protocol tree that take arguments ofGuy Harris2000-05-311-10/+10
* Add tvbuff class.Gilbert Ramirez2000-05-111-77/+77
* Move calls to "dissector_add()" out of the register routines for TCP andGuy Harris2000-04-081-8/+19
* "tm_mon" in a "struct tm" is 0-based, not 1-based; when printing theGuy Harris2000-01-221-3/+4
* Fix Gerald's e-mail address.Guy Harris2000-01-071-2/+2
* Include <time.h> to declare "gmtime()".Guy Harris2000-01-011-1/+2
* Updates from James Coe.Guy Harris1999-12-151-12/+17
* SRVLOC updates from James Coe.Guy Harris1999-12-091-9/+55
* James Coe's patch to add SRVLOC and NCP-over-IP support.Guy Harris1999-12-071-0/+379