Wireshark-commits: [Wireshark-commits] master d83ee1d: Handle extcap binaries and the libssh upon w
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 8 Jul 2016 00:25:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d83ee1db2172ccc58606a2dc251149bac28ed3dd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d83ee1d by Guy Harris (guy@xxxxxxxxxxxx):

    Handle extcap binaries and the libssh upon which some depend.
    
    Search the extcap binaries for shared libraries they require.
    
    Treat libssh specially - for some reason, when built by macosx-setup.sh
    (which just does a standard cmake build of libssh), libssh's shared
    library has just libssh.4.dylib, not {installation
    directory}/libssh.4.dylib, as its shared library ID, so we don't find
    its binary using otool -L.
    
    Bug: 12471
    Change-Id: I3e5632d7520f1bbeca1a8faae3a012938ef9dee7
    Reviewed-on: https://code.wireshark.org/review/16329
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  853df46   osx-app.sh: add ciscodump.
    adds  d83ee1d   Handle extcap binaries and the libssh upon which some depend.


Summary of changes:
 packaging/macosx/osx-app.sh |    8 ++++++++
 1 file changed, 8 insertions(+)