[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-24 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 Michael Mann changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 Richard Sharpe changed: What|Removed |Added Status|INCOMPLETE |CONFIRMED -- You are receiving

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #9 from Richard Sharpe --- I have checked in a change here: https://code.wireshark.org/review/#/c/26046/ -- You are receiving this mail because: You are watching all bug changes.__

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #8 from Richard Sharpe --- The other problem seems to be that the field is incorrectly labeled, according to the spec. The code was labeling it "SSI Noise" but another field was as well. It really should be "dB antenna noise"

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #7 from Richard Sharpe --- OK, I see the problem. The header field is treating it as a UINT32 rather than a UINT8. The same goes for the other field you complained about. I will put through a change. -- You are receiving t

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #6 from Prasanth --- There is one more field for storing Antenna Noise Power in dB, in the radiotap Header. For that field units ate dB, and the range is of 0 to 255 (uint8). Go through the below link, Reference :: http://ww

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #5 from Richard Sharpe --- OK, so the field is said to be: "RF noise power at the antenna. This field contains a single signed 8-bit value, which indicates the RF signal power at the antenna, in decibels difference from 1mW."

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #4 from Richard Sharpe --- OK, I will have a look. -- You are receiving this mail because: You are watching all bug changes.___ Sent via:Wireshark-bu

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #3 from Prasanth --- Created attachment 16158 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=16158&action=edit Failed to decode the valid radiotap header properly -- You are receiving this mail because: You are w

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 --- Comment #2 from Prasanth --- Created attachment 16157 --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=16157&action=edit PCAP file, illustrates the decoding of Signal Noise -- You are receiving this mail because: You are w

[Wireshark-bugs] [Bug 14455] Decoding of 'Antenna Noise in dB' field in radiotap header of data link type 'IEEE802_11_RADIOTAP' is invalid

2018-02-23 Thread bugzilla-daemon
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=14455 Alexis La Goutte changed: What|Removed |Added Ever confirmed|0 |1 CC|