aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-15convert GStrings to more "ephemeral friendly" use.mmann1-7/+6
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-2/+4
2012-02-26Dissect SSH over SCTP when using the IANA assigned SCTP port 22.tuexen1-0/+2
2011-10-27Fix some proto_tree_add_item() encoding args;wmeier1-268/+266
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-11/+11
2011-04-18Removed some unneeded assignments.stig1-1/+1
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :morriss1-2/+32
2010-12-22Add #define and value_string entries for the remaining SSH message typesfisher1-41/+82
2010-12-22Change prefixes in #define:sfisher1-39/+41
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-2/+2
2010-11-26Mention SSHv2 RFCssfisher1-0/+11
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....morriss1-8/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-2/+0
2009-05-26Misc dissector cleanup:wmeier1-28/+26
2009-03-31#include reassemble.h not req'dwmeier1-1/+0
2009-03-27Remove extra parenthesis on two linessfisher1-2/+2
2009-03-27Put the new tvb_get_seasonal_string() function to good use.sfisher1-2/+2
2009-01-06From didier gautheron (bug 3178):sake1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.stig1-1/+1
2008-07-29Make sure a struct is completely initialized before we try to use it. Fixesgerald1-16/+5
2008-05-30Include <string.h> to declare strcmp().guy1-0/+1
2008-05-30g_strcmp0() only shows up on the Intarweb in documentation for someguy1-4/+10
2008-05-30From Kees Cook via bug #2577 (with minor modifications by me):sfisher1-37/+380
2008-05-07Select correct bytes range for Algorithms tree.martinm1-1/+7
2008-04-29From Abhik Sarkar, fixed bug #2477.martinm1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesstandel1-1/+1
2007-03-26From Sebastien Tandel sahlberg1-2/+2
2006-07-09In new_format_oid(), handle a zero-length OID.gerald1-1/+2
2006-07-09One more bug from Ilja van Sprundel. Be more paranoid about our offset duringgerald1-45/+46
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...sahlberg1-1/+1
2005-08-28add missing value_string terminationsahlberg1-0/+1
2005-08-13some more gmemchunk -> se_alloc() updatessahlberg1-22/+4
2005-02-09Move the following files from /trunk to /trunk/epan:lroland1-1/+1
2005-02-02From Jon Ringle:etxrab1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.guy1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...ulfl1-2/+3
2004-08-02The SSH dissector uses nothing from "packet-smb-common.h", so don'tguy1-1/+0
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+940