Wireshark-commits: [Wireshark-commits] master d8551c4: Handle separate directories for libwireshark
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 03 Feb 2018 18:40:03 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d8551c42473bc345840cccc3a5ba710ab1649b55
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d8551c4 by Guy Harris (guy@xxxxxxxxxxxx):

    Handle separate directories for libwireshark and libwiretap plugins.
    
    We now have "epan" and "wiretap" subdirectories of the plugin directory,
    with the first containing libwireshark plugins and the second containing
    libwiretap plugins.  Look for plugins in those directories, rather than
    in the top-level plugin directory.
    
    Bug: 14389
    Change-Id: Ia3bd4d27e82215207e7a7dcfc8f91042bbc61737
    Reviewed-on: https://code.wireshark.org/review/25577
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  2fecc96   dmp: fix memleaks
    adds  d8551c4   Handle separate directories for libwireshark and libwiretap plugins.


Summary of changes:
 packaging/macosx/osx-app.sh.in | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)