Wireshark-commits: [Wireshark-commits] master 3d7b728: Make androiddump loadable on OS X.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 17 Apr 2015 18:08:41 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3d7b72817301530000efd2ae44d7b34bbe57318d
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3d7b728 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Make androiddump loadable on OS X.
    
    Make sure the target location for extcap executables and extcap_dir
    match on OS X.
    
    Set the extcap directory to Contents/MacOS/extcap. The Mac Developer
    Library documentation doesn't explicitly define "Resources", but
    examples include data files and not executables. It does state that
    executables shouldn't go into PlugIns.
    
    Make sure we rpathify androiddump.
    
    Change-Id: If36c762e2a1991c26e5c01a870deaf191bcf9f94
    Reviewed-on: https://code.wireshark.org/review/8093
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  f2070bd   Consistently used (derived) type Enumerated (rather than Unsigned32 or Integer32) when the AVP is of type Enumerated.
    adds  3d7b728   Make androiddump loadable on OS X.


Summary of changes:
 CMakeLists.txt              |   12 ++++++++++++
 packaging/macosx/osx-app.sh |    1 +
 wsutil/filesystem.c         |    4 ++--
 3 files changed, 15 insertions(+), 2 deletions(-)