Wireshark-commits: [Wireshark-commits] master 2f13ccc: CAPWAP: Display incorrect value for Wireless
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2f13ccc64c6e38336674d1fd6d13e9ece9efec84
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
2f13ccc 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>
Actions performed:
from dc904a1 rlc lte graph: Assigned value is garbage or undefined (clang analyzer)
adds 2f13ccc 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(-)