aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssh.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22SSH: Add port 29418 (Gerrit)Gerald Combs1-3/+3
2017-04-10SSH: display protocol without carriage return / newlineUli Heilmeier1-1/+1
2016-12-13ssh: add dissection for Elliptic Curve Diffie-Hellman KEXРоман Донченко1-0/+71
2016-12-11ssh: correct inaccurate field names/abbrevs/id variable namesРоман Донченко1-30/+30
2016-12-11ssh: remove uninformative blurbsРоман Донченко1-45/+45
2016-12-10ssh: organize header field IDsРоман Донченко1-174/+190
2016-12-06ssh: add dissection for ECDSA host keysРоман Донченко1-0/+29
2016-12-04ssh: fix the heuristic for MAC size determinationРоман Донченко1-2/+1
2016-12-03ssh: dissect the host key when the connection uses DH group exchangeРоман Донченко1-7/+1
2016-12-01ssh: add DSA host key dissectionРоман Донченко1-0/+29
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-1/+1
2016-09-25ssh: use ws_strtoi function.Dario Lombardo1-2/+5
2016-08-12ssh: remove unneded check (CID 1215243).Dario Lombardo1-2/+2
2016-07-03ssh: wmem_strdup() never returns NULLMartin Kaiser1-2/+4
2016-06-22SSH: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+1
2016-06-17ssh: add RSA host key printingKenny Root1-3/+20
2016-06-17ssh: add hostkey informationKenny Root1-6/+56
2016-06-16ssh: set packet lengths correctlyKenny Root1-1/+6
2016-06-16ssh: packets after SSH_MSG_NEWKEYS are encryptedKenny Root1-1/+4
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