aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telnet.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-03-19Use consistent indentation & whitespace;Bill Meier1-770/+784
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;Bill Meier1-0/+3
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-15Make the telnet data lines filterable elements.Jörg Mayer1-3/+6
2010-05-17From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3922 :Jeff Morriss1-1/+21
2010-05-13From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4257 :Jeff Morriss1-10/+20
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-09-24Call subdissector even when tree is NULLKovarththanan Rajaratnam1-70/+66
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-07-17From Robert Hogan:Jaap Keuter1-14/+259
2009-06-02Unescape telnet suboption data if needed.Balint Reczey1-9/+19
2009-06-01Revert 28580.Balint Reczey1-10/+7
2009-06-01Fix dissection of telnet window size suboption.Balint Reczey1-7/+10
2009-05-13Apply some of the patches from:Anders Broman1-2/+1
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