Wireshark-commits: [Wireshark-commits] master eaf62bb: Fix handling of XChannel radiotap field.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 22 Jun 2015 23:07:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=eaf62bbf86638625cc9794f635b7ab7c70fba4bb
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

eaf62bb by Guy Harris (guy@xxxxxxxxxxxx):

    Fix handling of XChannel radiotap field.
    
    Fetch the flags before using them; thanks to Peter Wu for catching that
    one.
    
    Fetch and use the frequency and channel.
    
    Have cflags be the variable for the flags in Channel and xcflags be the
    variable for the flags in XChannel.
    
    Change-Id: If82f7adb448eef04b769186a90a8722d03a702a3
    Reviewed-on: https://code.wireshark.org/review/9038
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5ab4570   gtk,qt: Fix minor buffer underrun
    adds  eaf62bb   Fix handling of XChannel radiotap field.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c |   25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)