aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telnet.c
Commit message (Expand)AuthorAgeFilesLines
* Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke2008-03-011-6/+4
* Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-021-4/+6
* Apply the small performance enhancment patches for:Anders Broman2007-10-231-1/+1
* Start introducing actx to ber functions.Anders Broman2007-05-061-0/+1
* From Sebastien Tandel Ronnie Sahlberg2007-03-261-1/+1
* Squelch a few unused parameter warnings.Jeff Morriss2007-02-191-1/+1
* change a whole bunch of ethereal into wiresharkRonnie Sahlberg2006-05-211-2/+2
* From Ted Percival:Jaap Keuter2006-05-181-4/+129
* - contsify a variable in packet-alcap.c to see if a fake bug reported by cove...Luis Ontanon2006-03-071-1/+1
* get rid of one strcpy()Ronnie Sahlberg2005-10-121-2/+4
* When we create a new tvb, make sure the memory is freed at some point.Gerald Combs2005-08-151-3/+1
* rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg2005-08-101-1/+1
* More char -> const char warning fixesJörg Mayer2005-08-051-2/+2
* some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg2005-07-281-2/+1
* Partial fix for bug 191: Sanity check is ok nowJörg Mayer2005-06-181-3/+14
* Don't try to check the suboption length type if we don't have a suboption.Gerald Combs2005-05-301-27/+29
* Get rid of extra semicolon - it might be giving MSVC++ heartburn.Guy Harris2005-03-131-1/+1
* Fix a check for the number of suboptions.Gerald Combs2005-03-131-5/+2
* If there's no data in the authentication option, don't unescape andGuy Harris2004-07-231-8/+12
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-0/+1601