Wireshark-commits: [Wireshark-commits] master-2.4 7bd8b5f: ieee80211: fix preamble duration calcula

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 21 Feb 2018 11:33:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7bd8b5f7213d0f3702f03c90b795699523aca16c
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.4
Repository: wireshark

Commits:

7bd8b5f by Neil Ostroff (neil@xxxxxxxxxxxxx):

    ieee80211: fix preamble duration calculation
    
    Preamble duration calculation duplicated the number of HT-LTF symbols
    resulting in an incorrect preamble calculation. This fix removes the
    duplicated code in file: epan/dissectors/packet-ieee80211-radio.c.
    
    Bug: 14439
    Change-Id: I550066a41c24948e16da6a43cf403cf206b7f32d
    Reviewed-on: https://code.wireshark.org/review/25903
    Reviewed-by: Simon Barber <simon.barber@xxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit fa1635f5b077caca91021389c6ef029528b8bab5)
    Reviewed-on: https://code.wireshark.org/review/25920
    

Actions performed:

    from  569fb1e   Airpdcap: Add length checks.
    adds  7bd8b5f   ieee80211: fix preamble duration calculation


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c | 5 -----
 1 file changed, 5 deletions(-)