Wireshark-commits: [Wireshark-commits] master 5be39d9: ieee80211: Fix the BAR Ack policy values
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 31 Aug 2016 04:54:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5be39d98fb2fa07f250909989213496873f37a74
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5be39d9 by Chaitanya T K (chaitanya.mgit@xxxxxxxxx):

    ieee80211: Fix the BAR Ack policy values
    
    As per 802.11-2012 table 8-15 the string should be reverse.
    0 - Send Immediate Ack (False)
    1 - Dont't Send Immediate Ack (True)
    
    Change-Id: Iea3b179e11781f891d2294b0bcdf92de2bdba7ba
    Reviewed-on: https://code.wireshark.org/review/17394
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  a68fb13   nfs4: Handle CB_GETATTR
    adds  5be39d9   ieee80211: Fix the BAR Ack policy values


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