Wireshark-commits: [Wireshark-commits] master d8fdf54: sshdump: add remote capture command.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 4 Oct 2016 09:59:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8fdf5454a457abe0109ad5615d5d4c4bfca4222
Submitter: Dario Lombardo (lomato@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d8fdf54 by Dario Lombardo (lomato@xxxxxxxxx):

    sshdump: add remote capture command.
    
    This new option adds the chance to use a custom capture command.
    It must produce a PCAP stream that will be read by Wireshark,
    written to STDOUT.
    
    Change-Id: I34a72465eb369194f24ecf0594df143b8ad6555f
    Reviewed-on: https://code.wireshark.org/review/18037
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Dario Lombardo <lomato@xxxxxxxxx>
    

Actions performed:

    from  99367fc   sshdump: use tcpdump as default capture binary.
    adds  d8fdf54   sshdump: add remote capture command.


Summary of changes:
 doc/sshdump.pod  |   20 +++++++++++++++++++-
 extcap/sshdump.c |   55 ++++++++++++++++++++++++++++++++++++------------------
 2 files changed, 56 insertions(+), 19 deletions(-)