aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-22Change prefixes in #define:Stephen Fisher1-39/+41
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-11-26Mention SSHv2 RFCsStephen Fisher1-0/+11
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-8/+1
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-2/+0
2009-05-26Misc dissector cleanup:Bill Meier1-28/+26
2009-03-31#include reassemble.h not req'dBill Meier1-1/+0
2009-03-27Remove extra parenthesis on two linesStephen Fisher1-2/+2
2009-03-27Put the new tvb_get_seasonal_string() function to good use.Stephen Fisher1-2/+2
2009-01-06From didier gautheron (bug 3178):Sake Blok1-1/+1
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-1/+1
2008-07-29Make sure a struct is completely initialized before we try to use it. FixesGerald Combs1-16/+5
2008-05-30Include <string.h> to declare strcmp().Guy Harris1-0/+1
2008-05-30g_strcmp0() only shows up on the Intarweb in documentation for someGuy Harris1-4/+10
2008-05-30From Kees Cook via bug #2577 (with minor modifications by me):Stephen Fisher1-37/+380
2008-05-07Select correct bytes range for Algorithms tree.Martin Mathieson1-1/+7
2008-04-29From Abhik Sarkar, fixed bug #2477.Martin Mathieson1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-1/+1
2007-03-26From Sebastien Tandel Ronnie Sahlberg1-2/+2
2006-07-09In new_format_oid(), handle a zero-length OID.Gerald Combs1-1/+2
2006-07-09One more bug from Ilja van Sprundel. Be more paranoid about our offset duringGerald Combs1-45/+46
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-03-20waste a couple of bytes per tcp conversation and make the tree for acked_pack...Ronnie Sahlberg1-1/+1
2005-08-28add missing value_string terminationRonnie Sahlberg1-0/+1
2005-08-13some more gmemchunk -> se_alloc() updatesRonnie Sahlberg1-22/+4
2005-02-09Move the following files from /trunk to /trunk/epan:Lars Roland1-1/+1
2005-02-02From Jon Ringle:Anders Broman1-2/+2
2004-09-27Move prefs.c and prefs.h into the epan subdirectory.Guy Harris1-1/+1
2004-08-21Prevent the word "desegmentation" at the GUI, but use reassembling at that pl...Ulf Lamping1-2/+3
2004-08-02The SSH dissector uses nothing from "packet-smb-common.h", so don'tGuy Harris1-1/+0
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+940