https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5509
--- Comment #5 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2010-12-20 16:34:45 MST ---
I've made the basic changes necessary to read your capture files:
- Change existing signal_level variable to signal_level_percent
- Add a comment on the new use for the direction variable when using WiFi and
stop checking to make sure it is 0x01 - 0x03
- Read and write the two new fields that were reserved: signal_level_dbm and
noise_level
The new variables aren't used by Wireshark though (not sure if they can be with
the existing dissectors). So the signal_level_dbm and noise_level are set to
zero when writing a commview file out and ignored when reading in.
This is available as of SVN revision 35234. I see that you're already running
an SVN version of Wireshark for Windows, and the new one (35234 or higher)
should be available within a few hours.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.