Wireshark-commits: [Wireshark-commits] master 094297e: ieee802.11: Make sure we do not include the

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 03 Sep 2018 04:14:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=094297ec77a28a38310d9449cd4f700163434022
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

094297e by Richard Sharpe (realrichardsharpe@xxxxxxxxx):

    ieee802.11: Make sure we do not include the FCS in the next_tvb.
    
    In some cases we are including the FCS in the next TVB which can screw
    up dissection.
    
    Change-Id: Ie721a9ca169828f99d2aef4bd1e1762d06a14070
    Reviewed-on: https://code.wireshark.org/review/28848
    Petri-Dish: Richard Sharpe <realrichardsharpe@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7dd68fc   ieee80211: Add support for some elements of 802.11k.
     add  094297e   ieee802.11: Make sure we do not include the FCS in the next_tvb.


Summary of changes:
 epan/dissectors/packet-ieee80211.c | 3 +++
 1 file changed, 3 insertions(+)