URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6177f0eb42a1da2d8241733d1d0eb699c8785d3c
Submitter: "Guy Harris <guy@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6177f0e by Guy Harris (guy@xxxxxxxxxxxx):
The signal strength and noise in dB from an arbitrary reference are unsigned.
The radiotap spec says "dB antenna signal" and "dB antenna noise" are
unsigned. Make it universally so.
Change-Id: Iea2c5360d7352ca5e84862ea338d1fc689272191
Reviewed-on: https://code.wireshark.org/review/30410
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from b6fe640 Calculate the signal/noise ratio.
add 6177f0e The signal strength and noise in dB from an arbitrary reference are unsigned.
Summary of changes:
epan/dissectors/packet-ieee80211-radio.c | 10 +++++-----
epan/dissectors/packet-ieee80211-radiotap.c | 14 +++++++-------
wiretap/wtap.h | 4 ++--
3 files changed, 14 insertions(+), 14 deletions(-)