Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 9d85c4f: ssh: add dissection for Elliptic Curve Diffi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 13 Dec 2016 09:01:27 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9d85c4f0b75ac40409423f1e82e82b4a154c0870
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9d85c4f by Роман Донченко (dpb@xxxxxxxxxxxxxx):

    ssh: add dissection for Elliptic Curve Diffie-Hellman KEX
    
    The protocol is actually nearly identical to ordinary Diffie-Hellman,
    but the names are different, and the ephemeral keys are bytestrings
    rather than integers.
    
    Change-Id: I261b6426137dae12fe53686e74517080abd80bb3
    Reviewed-on: https://code.wireshark.org/review/19210
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  79babc6   Add BGP dissector support for draft-ietf-idr-shutdown-01
    adds  9d85c4f   ssh: add dissection for Elliptic Curve Diffie-Hellman KEX


Summary of changes:
 epan/dissectors/packet-ssh.c |   71 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 71 insertions(+)