-
Notifications
You must be signed in to change notification settings - Fork 75
ChangeLog
Bruno Randolf edited this page Jun 30, 2016
·
4 revisions
Higher level change log. For details see the commit log.
- Added support for configuration file
- Renamed command line options: -C is now -N for network server mode, and -c is -n for network client. -c is used for specifying the configuration file now.
- -x multiple commands now have to be separated by “;” instead of “:”
- Support 3 digit channel numbers (upper 5GHz band)
- Support for nl80211 based interface manipulation (Add monitor, get info, set channel...)
- 802.11AC support
- Fixed current Usage and thruput status bars
- Added -u option for setting the upper channel limit
- Removed SNR and Noise, since there is no reliably way to get these on a per-packet basis. Now just work with the Signal (RSSI) values the driver reports, as that’s all we really have.
- Added -D option for full debug output
- Bugfix “signed char” for ARM platforms
- Bugfix for channel flags
- Bugfix for false IBSS split detection for APs
- Added 802.11n support (MCS rates, packet types)
- Added batman-adv support (v14)
- Added named pipe as control interface (-X -x)
- Added Mode filter option (-m)
- Added Packet filter option (-o)
- Add man page
- Show but otherwise ignore frames with bad FCS
- Show ESSID and WPA status for stations
- WPA and RSN parsing and display
- Improved formatting of main node list
- Review of 802.11-2012 packet types
- Improved Radiotap parsing using radiotap.org library
- Handle SIGTERM and SIGHUP
- Support compilation on Mac OSX
- More robust ESSID string handling
- Fixed parallel building
- Fixed “stack smashing” bug
- Fixed window resizing bug
- Fixed quiet mode (-q)