Wireshark-commits: [Wireshark-commits] master-2.2 54958be: Fix detection of file type.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Feb 2018 18:21:26 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=54958be7d79dbfc86cf6791df066aaf0c9a6ede2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

54958be by Guy Harris (guy@xxxxxxxxxxxx):

    Fix detection of file type.
    
    Some versions of otool print the file name as the first line when you
    run it with -hv, so that the line containing the file type is the fourth
    line; others don't print it, so that it's the third line.  Instead, look
    for the line that has MH_MAGIC.
    
    Change-Id: Ib14f6b24f14069532263332e53a1e9895663641a
    Reviewed-on: https://code.wireshark.org/review/25968
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 70554429a6aaeab8302766ed878b981404d16e7e)
    Reviewed-on: https://code.wireshark.org/review/25970
    

Actions performed:

    from  bd63131   RPCoRDMA: Set an upper bound for our chunk size.
    adds  54958be   Fix detection of file type.


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