aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telnet.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-6/+4
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-4/+6
2007-10-23Apply the small performance enhancment patches for:etxrab1-1/+1
2007-05-06Start introducing actx to ber functions.etxrab1-0/+1
2007-03-26From Sebastien Tandel sahlberg1-1/+1
2007-02-19Squelch a few unused parameter warnings.morriss1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-05-18From Ted Percival:jake1-4/+129
2006-03-07- contsify a variable in packet-alcap.c to see if a fake bug reported by cove...lego1-1/+1
2005-10-12get rid of one strcpy()sahlberg1-2/+4
2005-08-15When we create a new tvb, make sure the memory is freed at some point.gerald1-3/+1
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-05More char -> const char warning fixesjmayer1-2/+2
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...sahlberg1-2/+1
2005-06-18Partial fix for bug 191: Sanity check is ok nowjmayer1-3/+14
2005-05-30Don't try to check the suboption length type if we don't have a suboption.gerald1-27/+29
2005-03-13Get rid of extra semicolon - it might be giving MSVC++ heartburn.guy1-1/+1
2005-03-13Fix a check for the number of suboptions.gerald1-5/+2
2004-07-23If there's no data in the authentication option, don't unescape andguy1-8/+12
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1601