Wireshark-commits: [Wireshark-commits] master-2.4 b898117: radiotap: Fix bug 14455.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 24 Feb 2018 02:09:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b898117e78b489528d8b6e311b375af5de6706f9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

b898117 by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    radiotap: Fix bug 14455.
    
    Use an int instead of a uint so that sign extension does not occur and
    fix the field labels and make them all use the correct units.
    
    They conform closer to the spec now.
    
    Bug 14455
    
    Change-Id: Ic57207d10565690a6e2ed66693dcdf294d421b22
    Reviewed-on: https://code.wireshark.org/review/26046
    Reviewed-by: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    (cherry picked from commit 6a2ec55d6e7f69161b003a0f2f19be01cafd35ca)
    Reviewed-on: https://code.wireshark.org/review/26075
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  87ba413   Get rid of the ipmap.html that got dropped into Contents/MacOS.
    adds  b898117   radiotap: Fix bug 14455.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c | 29 +++++++++++++++--------------
 1 file changed, 15 insertions(+), 14 deletions(-)