Wireshark-commits: [Wireshark-commits] master b6fe640: Calculate the signal/noise ratio.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Oct 2018 20:28:31 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b6fe64017a967ee95eaafe3751ebb0738d1c5737
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

b6fe640 by Guy Harris (guy@xxxxxxxxxxxx):

    Calculate the signal/noise ratio.
    
    If we have signal and noise in dBm, the difference between them is the
    SNR, in dB.
    
    Bug: 15243
    Change-Id: Iaa17ef9ac39e18eccb7d1f75367fde24abab0180
    Reviewed-on: https://code.wireshark.org/review/30408
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  9867591   Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.
     add  b6fe640   Calculate the signal/noise ratio.


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