Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 8c959fc: Get rid of stuff that checks for a .libs dir

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Apr 2018 03:47:45 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8c959fcc355d0895712bfa41654121ac7db37fbf
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8c959fc by Guy Harris (guy@xxxxxxxxxxxx):

    Get rid of stuff that checks for a .libs directory.
    
    .libs is a libtoolism, and we're not using autotools or libtool any
    more, so there aren't any more libtoolisms.
    
    Change-Id: Idc9ef37f9650197da096cc8e3cb3ed459b71dea0
    Reviewed-on: https://code.wireshark.org/review/27137
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f07fb6c   Clean up EOF/short read/hard error handling in heuristics.
    adds  8c959fc   Get rid of stuff that checks for a .libs directory.


Summary of changes:
 wsutil/filesystem.c | 26 ++------------------------
 wsutil/plugins.c    | 17 ++---------------
 2 files changed, 4 insertions(+), 39 deletions(-)