Wireshark-commits: [Wireshark-commits] master d8f541c: extcap: move ssh common functions to ssh-bas

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 4 Mar 2016 07:14:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8f541c89b94ae0fe6233bd93dbd0d910a65ccdd
Submitter: Roland Knall (rknall@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d8f541c by Dario Lombardo (lomato@xxxxxxxxx):

    extcap: move ssh common functions to ssh-base.
    
    Change-Id: Ic06882a4f914b4f89d936d5d942b50552ae4abb3
    Reviewed-on: https://code.wireshark.org/review/14264
    Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Roland Knall <rknall@xxxxxxxxx>
    

Actions performed:

    from  68d4ba2   extcap: add local_interfaces_to_list() to wsutil.
    adds  d8f541c   extcap: move ssh common functions to ssh-base.


Summary of changes:
 CMakeLists.txt                      |    1 +
 extcap/Makefile.common              |    6 +-
 extcap/Makefile.nmake               |    4 +-
 extcap/ssh-base.c                   |  162 +++++++++++++++++++++++++++++++++++
 frame_tvbuff.h => extcap/ssh-base.h |   37 ++++----
 extcap/sshdump.c                    |  133 ++--------------------------
 6 files changed, 192 insertions(+), 151 deletions(-)
 create mode 100644 extcap/ssh-base.c
 copy frame_tvbuff.h => extcap/ssh-base.h (61%)