Wireshark-commits: [Wireshark-commits] master-1.10 627d583: CAPWAP: Display incorrect value for Wir

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 10 Jun 2014 11:50:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=627d5830dd259de9d8dc06662fee8bd8d8803f51
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

627d583 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    CAPWAP: Display incorrect value for Wireless IEEE802.11 RSSI and Data Rate
    
    * Wireless data ieee80211 RSSI (dBm) is a signed integer. In the wireless radio the dBm value is negative.
    * Wireless data ieee80211 Data Rate (Mbps) is a 100Kbps. You need divide this value by 10.
    
    Issue found by Massimo Vellucci (SmartCAPWAP)
    
    Change-Id: I04dd8a9e38a5f60ee5bf64cd304db1b11413c809
    Reviewed-on: https://code.wireshark.org/review/2094
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 2f13ccc64c6e38336674d1fd6d13e9ece9efec84)
    Reviewed-on: https://code.wireshark.org/review/2104
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    (cherry picked from commit 4ac46b6c1103a28397630634ca2042839653df17)
    Reviewed-on: https://code.wireshark.org/review/2105
    

Actions performed:

    from  05d09fc   Release note updates for 1.10.8.
    adds  627d583   CAPWAP: Display incorrect value for Wireless IEEE802.11 RSSI and Data Rate


Summary of changes:
 epan/dissectors/packet-capwap.c |   19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)