Wireshark-commits: [Wireshark-commits] master 3dedaf8: extcap: put the code to add lissh version in

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Jul 2020 10:00:15 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3dedaf80648c00a5c1e7b6498d553f793600cc23
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

3dedaf8 by Guy Harris (gharris@xxxxxxxxx):

    extcap: put the code to add lissh version information into a common routine.
    
    add_libssh_info() can be used by ciscodump, sshdump. and any other
    extcap program that uses libssh.
    
    Change-Id: I60474bd610eeb7dfb6ec07fc1aaaf19c4f745cdd
    Reviewed-on: https://code.wireshark.org/review/37882
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  9296677   extcap: assume we're using libssh 0.6 or later.
     add  3dedaf8   extcap: put the code to add lissh version information into a common routine.


Summary of changes:
 extcap/ciscodump.c | 3 +--
 extcap/ssh-base.c  | 6 ++++++
 extcap/ssh-base.h  | 5 +++++
 extcap/sshdump.c   | 3 +--
 4 files changed, 13 insertions(+), 4 deletions(-)