Wireshark-commits: [Wireshark-commits] master 9867591: Handle signal/noise in dB from an arbitrary
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Oct 2018 18:49:21 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=98675916337e655caf054da22e0d945777102ec1
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

9867591 by Guy Harris (guy@xxxxxxxxxxxx):

    Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.
    
    While we're at it, only set the RSSI column once - no need to do it at
    the beginning and later when we're setting fields.
    
    Change-Id: Ia729019e5e6dfbe1cdad61f1f8397b0a3a171996
    Reviewed-on: https://code.wireshark.org/review/30405
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ff73c30   Do bounds checking on scidx arrays.
     add  9867591   Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.


Summary of changes:
 epan/dissectors/packet-ieee80211-radio.c    | 25 +++++++++++----
 epan/dissectors/packet-ieee80211-radiotap.c | 47 +++++++++++++++++++++++------
 wiretap/wtap.h                              |  4 +++
 3 files changed, 60 insertions(+), 16 deletions(-)