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 cd0a98e: ssh-base: support libssh config file.

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

Commits:

cd0a98e by Dario Lombardo (lomato@xxxxxxxxx):

    ssh-base: support libssh config file.
    
    It's operating system dependent, but the library takes care of it
    on different operating systems.
    
    Options are set with this precedence:
    - if user-provided, use it
    - if not, take the one from config file
    - (username only) if none in the config file, take the current user from OS
    
    Change-Id: I00dcc1c9a8613e6d1250b6404bf2100f6ccff7b7
    Reviewed-on: https://code.wireshark.org/review/30558
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3aec5e1   Catch attempts to write multiple encapsulation types if unsupported.
     add  cd0a98e   ssh-base: support libssh config file.


Summary of changes:
 extcap/ssh-base.c | 34 +++++++++++++++++++++++-----------
 1 file changed, 23 insertions(+), 11 deletions(-)