Rewrote to use g_strlcpy and g_strlcat.
[obnox/wireshark/wip.git] / epan / dissectors / packet-telnet.c
2008-03-01 stigRewrote to use g_strlcpy and g_strlcat.
2008-02-02 stigRewrote some prohibited APIs in epan/dissectors/ (sprin...
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-05-06 etxrabStart introducing actx to ber functions.
2007-03-26 sahlbergFrom Sebastien Tandel
2007-02-19 morrissSquelch a few unused parameter warnings.
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-05-18 jakeFrom Ted Percival:
2006-03-07 lego- contsify a variable in packet-alcap.c to see if a...
2005-10-12 sahlbergget rid of one strcpy()
2005-08-15 geraldWhen we create a new tvb, make sure the memory is freed...
2005-08-10 sahlbergrename ep_tvb_get_string() to tvb_get_ephemeral_string...
2005-08-05 jmayerMore char -> const char warning fixes
2005-07-28 sahlbergsome more memification of tvb_get_string() no obviou...
2005-06-18 jmayerPartial fix for bug 191: Sanity check is ok now
2005-05-30 geraldDon't try to check the suboption length type if we...
2005-03-13 guyGet rid of extra semicolon - it might be giving MSVC...
2005-03-13 geraldFix a check for the number of suboptions.
2004-07-23 guyIf there's no data in the authentication option, don...
2004-07-18 gramMove dissectors to epan/dissectors directory.