Add {0, NULL} to the isup_Pass_on_not_possible_indicator_vals and
[obnox/wireshark/wip.git] / packet-srvloc.c
2003-10-01 guyThe PDU length is 3 bytes long in SLPv2.
2003-08-18 guyFrom Greg Morris: SRVLOC-over-TCP support.
2003-06-25 guyIn an SA Advertisement, fetch the scope list length...
2003-03-01 guyHandle the flag bits in SRVLOC V1 as registered fields...
2003-02-24 guyPut back the stuff for an attribute authentication...
2003-02-24 guyRename "dissect_url_entry()" to "dissect_url_entry_v1()".
2003-02-24 guyRename "fake_unicode()" to "tvb_fake_unicode()" as...
2003-02-14 guyFrom Brad Hards: put the XID into the protocol tree...
2003-01-23 guyFrom Brad Hards: fix to handle the special case where...
2002-10-02 sahlbergFrom Brad Hards: Support for SRVLOC version 2
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-17 guyFrom Joerg Mayer:
2002-05-30 guyFrom Albert Chin: fix various non-GCC compiler warnings.
2002-01-24 guyReplace a bunch of "tvb_length()" and "tvb_length_remai...
2002-01-21 guyInclude files from the "epan" directory and subdirector...
2001-12-10 guyMove the pointer to the "column_info" structure in...
2001-12-03 guyMake "dissector_add()", "dissector_delete()", and ...
2001-07-15 guyFixes, from Scott Renfro, for some calls to "localtime...
2001-06-18 guyFrom Joerg Mayer: explicitly fill in all members of a
2001-04-23 guyGet rid of some unnecessary includes.
2001-03-09 guyFixes to Lemon to get it to compile on platforms (such...
2001-01-22 guyRemove more "CHECK_DISPLAY_AS_DATA()" calls and "pinfo...
2001-01-13 guyTvbuffify the SRVLOC dissector, and start trying to...
2001-01-09 guyAdd an additional "protocol index" argument to "{old_...
2001-01-03 gramEnsure that all value_string arrays end in {0, NULL...
2001-01-03 guyHave "proto_register_protocol()" build a list of data...
2000-11-19 guyFor each column, have both a buffer into which strings...
2000-09-11 gramMove format_text(), get_token_len(), and fine_line_end...
2000-08-13 denielAdd the "Edit:Protocols..." feature which currently...
2000-08-11 denielMiscellaneous code cleaning
2000-08-07 guyAllow either old-style (pre-tvbuff) or new-style (tvbuf...
2000-08-04 guyFix to the SRVLOC dissector to correctly handle the...
2000-08-04 guyFix a number of problems, and do some checking to make...
2000-05-31 guyAdd routines for adding items to a protocol tree that...
2000-05-11 gramAdd tvbuff class.
2000-04-08 guyMove calls to "dissector_add()" out of the register...
2000-01-22 guy"tm_mon" in a "struct tm" is 0-based, not 1-based;...
2000-01-07 guyFix Gerald's e-mail address.
2000-01-01 guyInclude <time.h> to declare "gmtime()".
1999-12-15 guyUpdates from James Coe.
1999-12-09 guySRVLOC updates from James Coe.
1999-12-07 guyJames Coe's patch to add SRVLOC and NCP-over-IP support.