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

Commits:

7055442 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>
    

Actions performed:

    from  9788199   [GSM A RR] RXLEV-SUB-SERVING-CELL displayed with wrong bitmask.
    adds  7055442   Fix detection of file type.


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