aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-12/+12
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-23register_dissector -> new_register_dissectorMichael Mann1-5/+5
2015-10-31[ssh] don't THROW() an exception from a dissectorMartin Kaiser1-2/+5
2015-10-31[ssh] remove some unnecessary if(tree) checksMartin Kaiser1-20/+8
2015-08-27Remove calls of tvb_ensure_length_remaining.Michael Mann1-6/+6
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-4/+4
2014-10-06Convert (what appear to be) "4 space tabs"; Adjust editor-modelines; Do some ...Bill Meier1-1117/+1117
2014-08-10ssh.dh_gex.nbits: there's only one numberРоман Донченко1-1/+1
2014-08-10SSH: don't display "Payload" if it's emptyРоман Донченко1-1/+3
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-19/+9
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