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 7a29c3d: ssh-base: define a struct for storing ssh pa

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 14 Nov 2018 04:58:22 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7a29c3d2eb74d60cb6e60aa1ab89b9959370228b
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

7a29c3d by Dario Lombardo (lomato@xxxxxxxxx):

    ssh-base: define a struct for storing ssh parameters.
    
    Update sshdump and ciscodump to use it.
    
    Change-Id: I5fbb9e3a870ec8baa0f326ad34733743cbb981f3
    Reviewed-on: https://code.wireshark.org/review/30571
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cd0a98e   ssh-base: support libssh config file.
     add  7a29c3d   ssh-base: define a struct for storing ssh parameters.


Summary of changes:
 extcap/ciscodump.c | 52 ++++++++++++++++-------------------------
 extcap/ssh-base.c  | 68 ++++++++++++++++++++++++++++++++++--------------------
 extcap/ssh-base.h  | 20 +++++++++++++---
 extcap/sshdump.c   | 55 +++++++++++++++++--------------------------
 4 files changed, 101 insertions(+), 94 deletions(-)