Wireshark-commits: [Wireshark-commits] master-2.0 f4e03f4: Calculate the channel if we have only th

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Oct 2015 06:48:38 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f4e03f419be67ee6bc93c3c49652b48c3cabb356
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

f4e03f4 by Guy Harris (guy@xxxxxxxxxxxx):

    Calculate the channel if we have only the frequency.
    
    That way, the generic 802.11 radio dissector, and any future taps if we
    add a tap with radio information, can get the channel for radiotap and
    PPI headers, as we do for some other radio headers that supply just a
    frequency.
    
    Change-Id: I9e3037f69938bed3b3ba563689ff00aaed486a16
    Reviewed-on: https://code.wireshark.org/review/10821
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit e8d0bf8a5b7962d155586583d7f769a6b03f51bf)
    Reviewed-on: https://code.wireshark.org/review/10822
    

Actions performed:

    from  edc3d361  debian: Build .debs with Qt 5
    adds  f4e03f4   Calculate the channel if we have only the frequency.


Summary of changes:
 epan/dissectors/packet-ieee80211-radiotap.c |    7 +++++++
 epan/dissectors/packet-ppi.c                |    7 +++++++
 2 files changed, 14 insertions(+)