aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-14emem -> wmemJörg Mayer1-10/+10
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-08-07From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-67/+180
2013-08-05From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-17/+21
2013-08-02From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-172/+173
2013-08-02From ?\208?\160?\208?\190?\208?\188?\208?\176?\208?\189 ?\208?\148?\208?\190?...Jeff Morriss1-88/+73
2013-07-26From Роман Донченко via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-6/+10
2013-05-27Batch of filterable expert infosMichael Mann1-1/+11
2013-03-07From Ed Beroset via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416 :Pascal Quantin1-3/+3
2013-02-17Improve SSH state machine so IGNORED messages don't upset the dissection by t...Michael Mann1-232/+162
2013-02-10Add support for IGNORE message type to SSH2 dissector + some minor cleanupMichael Mann1-47/+40
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-15convert GStrings to more "ephemeral friendly" use.Michael Mann1-7/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-02From Evan Huus Useless null check in packet-ssh.c https://bugs.wireshark.org/...Anders Broman1-1/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-1/+1
2012-03-15Add support for SSH over SCTP.Michael Tüxen1-0/+2
2012-02-26Dissect SSH over SCTP when using the IANA assigned SCTP port 22.Michael Tüxen1-0/+2
2011-10-27Fix some proto_tree_add_item() encoding args;Bill Meier1-268/+266
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-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-11/+11
2011-04-18Removed some unneeded assignments.Stig Bjørlykke1-1/+1
2011-03-25From Didier via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3055 :Jeff Morriss1-2/+32
2010-12-22Add #define and value_string entries for the remaining SSH message typeStephen Fisher1-41/+82
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