aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-telnet.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Add #include <stdlib.h> to files which reference fcns declared in stdlib.h;wmeier1-0/+3
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)darkjames1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-15Make the telnet data lines filterable elements.jmayer1-3/+6
2010-05-17From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3922 :morriss1-1/+21
2010-05-13From Robert Hogan via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4257 :morriss1-10/+20
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-09-24Call subdissector even when tree is NULLkrj1-70/+66
2009-08-09Don't guard col_set_str (COL_INFO) with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-07-17From Robert Hogan:jake1-14/+259
2009-06-02Unescape telnet suboption data if needed.rbalint1-9/+19
2009-06-01Revert 28580.rbalint1-10/+7
2009-06-01Fix dissection of telnet window size suboption.rbalint1-7/+10
2009-05-13Apply some of the patches from:etxrab1-2/+1
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