aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19Revert "Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_rema...Michael Mann1-6/+6
2014-06-18Fixup: tvb_ensure_length_remaining -> tvb_ensure_captured_length_remainingDario Lombardo1-6/+6
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-05-05SSH Dissector : Remove ssh_proto_tree_add_item (No longer needed)Alexis La Goutte1-27/+16
2014-05-05SSH dissector: fix MAC length calculation for recent OpenSSH featuresJan Seda1-9/+61
2014-05-02Add modelines infoAlexis La Goutte1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-07Register SSH dissector by namePascal Quantin1-4/+4
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
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