Wireshark-commits: [Wireshark-commits] master e8d0bf8: Calculate the channel if we have only the fr
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 Oct 2015 06:48:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e8d0bf8a5b7962d155586583d7f769a6b03f51bf
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

e8d0bf8 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>
    

Actions performed:

    from  be187b9   Qt: refine some strings for l10n
    adds  e8d0bf8   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(+)