Wireshark-commits: [Wireshark-commits] master 6343e1d: Bugfix endian issues with 802.11 FCS
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 2 Aug 2016 11:59:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6343e1dc67b3c99f2ac900b026ad00ee2d04b063
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

6343e1d by David McKay (mckay.david@xxxxxxxxx):

    Bugfix endian issues with 802.11 FCS
    
    Rather than trying to swap fields to be big-endian, just make everything
    little-endian.
    
    Bug: 12697
    Change-Id: I07e7fd651c4a32dba764d111b34acdf32958c195
    Reviewed-on: https://code.wireshark.org/review/16836
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  cec2946   CANopen: Added some improvements to CANopen emergency dissector
    adds  6343e1d   Bugfix endian issues with 802.11 FCS


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