aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
AgeCommit message (Expand)AuthorFilesLines
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