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