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 0a5770a: extcap: add option to set proxycommand to ss

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 05 Nov 2018 05:59:43 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0a5770a78a82147142bb7e2ead914eef1b254724
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0a5770a by Dario Lombardo (lomato@xxxxxxxxx):

    extcap: add option to set proxycommand to ssh sessions.
    
    sshdump and ciscodump have been updated to use it.
    
    Change-Id: I4e1e0d35f086d76c13264939bc4f14308cc88cfb
    Reviewed-on: https://code.wireshark.org/review/30496
    Petri-Dish: Dario Lombardo <lomato@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  2be2feb   extcap: change boolean to boolflag for --debug option.
     add  0a5770a   extcap: add option to set proxycommand to ssh sessions.


Summary of changes:
 docbook/release-notes.asciidoc |  1 +
 extcap/ciscodump.c             | 18 ++++++++++++++----
 extcap/ssh-base.c              | 10 +++++++++-
 extcap/ssh-base.h              |  6 ++++--
 extcap/sshdump.c               | 20 ++++++++++++++++----
 5 files changed, 44 insertions(+), 11 deletions(-)