-rw-r--r-- | noncore/net/wellenreiter/ChangeLog | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/noncore/net/wellenreiter/ChangeLog b/noncore/net/wellenreiter/ChangeLog index f183d80..6c2e52b 100644 --- a/noncore/net/wellenreiter/ChangeLog +++ b/noncore/net/wellenreiter/ChangeLog | |||
@@ -1,60 +1,61 @@ | |||
1 | 2004-??-?? Michael Lauer <mickey@Vanille.de> | 1 | 2004-??-?? Michael Lauer <mickey@Vanille.de> |
2 | 2 | ||
3 | * Switched to a (hopefully) more reliable method reading from gpsd. | ||
3 | * Added parsing of named ProbeRequests. Display only-probed-yet SSIDs in a different network color. | 4 | * Added parsing of named ProbeRequests. Display only-probed-yet SSIDs in a different network color. |
4 | * Rewrote the simple actions on new {Network, Client, Station}. Besides playing a sound or | 5 | * Rewrote the simple actions on new {Network, Client, Station}. Besides playing a sound or |
5 | blinking a LED, a user customizable script can now be executed, if something has been | 6 | blinking a LED, a user customizable script can now be executed, if something has been |
6 | detected. This opens up many possibilities, i.e. a qcop to qpegps or exec'ing flite (speech). | 7 | detected. This opens up many possibilities, i.e. a qcop to qpegps or exec'ing flite (speech). |
7 | * Added decloaking of cloaked ESSIDs (length != 0, but essid[0] == \0) | 8 | * Added decloaking of cloaked ESSIDs (length != 0, but essid[0] == \0). |
8 | * Hided the 'Parse' Tab in the configuration window. Not functional now and may come later | 9 | * Hided the 'Parse' Tab in the configuration window. Not functional now and may come later |
9 | * Added parsing of control frames. Display stations sending them SSID "<unknown>" for now. | 10 | * Added parsing of control frames. Display stations sending them SSID "<unknown>" for now. |
10 | * Added command line option "-nocheck" to skip non-root and dhcp tests | 11 | * Added command line option "-nocheck" to skip non-root and dhcp tests. |
11 | * Improved the speed reading the manufacturer list | 12 | * Improved the speed reading the manufacturer list. |
12 | * GPS coordinates are now presented in the DMS (as opposed to decimal) format | 13 | * GPS coordinates are now presented in the DMS (as opposed to decimal) format. |
13 | 14 | ||
14 | 2003-12-18 Michael Lauer <mickey@Vanille.de> | 15 | 2003-12-18 Michael Lauer <mickey@Vanille.de> |
15 | 16 | ||
16 | * Released as Version 1.0.2 (Development Snapshot) | 17 | * Released as Version 1.0.2 (Development Snapshot) |
17 | * Added automatic uploading of capture files to "The Capture Dump" site at | 18 | * Added automatic uploading of capture files to "The Capture Dump" site at |
18 | http://www.Vanille.de/projects/capturedump.spy | 19 | http://www.Vanille.de/projects/capturedump.spy |
19 | * Initial reading of the manufacturer database happens now in background | 20 | * Initial reading of the manufacturer database happens now in background |
20 | * Removed deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now. | 21 | * Removed deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now. |
21 | The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that | 22 | The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that |
22 | doesn't work, it falls back to using the proprietary iwpriv commands | 23 | doesn't work, it falls back to using the proprietary iwpriv commands |
23 | 24 | ||
24 | 2003-11-30 Michael Lauer <mickey@Vanille.de> | 25 | 2003-11-30 Michael Lauer <mickey@Vanille.de> |
25 | 26 | ||
26 | * Released as Version 1.0.1 (Development Snapshot) | 27 | * Released as Version 1.0.1 (Development Snapshot) |
27 | * Fixed ARP decoding for wired networks. | 28 | * Fixed ARP decoding for wired networks. |
28 | Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. | 29 | Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. |
29 | * Added reading GPS data from a gps daemon. | 30 | * Added reading GPS data from a gps daemon. |
30 | * Started preparations for utilizing Wellenreiter II in wired networks. | 31 | * Started preparations for utilizing Wellenreiter II in wired networks. |
31 | * Implemented persistant configuration interface and retriggerable auto detection. | 32 | * Implemented persistant configuration interface and retriggerable auto detection. |
32 | * Added QCOP interface for talking to opie-networksettings. | 33 | * Added QCOP interface for talking to opie-networksettings. |
33 | * Added parsing of DHCP packets and detecting DHCP servers. | 34 | * Added parsing of DHCP packets and detecting DHCP servers. |
34 | * Overhauled the configuration window and started with the customizable event system. | 35 | * Overhauled the configuration window and started with the customizable event system. |
35 | * Added disabling the screensaver. | 36 | * Added disabling the screensaver. |
36 | * Added automatic opening and scrolling to the network tree if a new station appears. | 37 | * Added automatic opening and scrolling to the network tree if a new station appears. |
37 | 38 | ||
38 | 2003-05-10 Michael Lauer <mickey@Vanille.de> | 39 | 2003-05-10 Michael Lauer <mickey@Vanille.de> |
39 | 40 | ||
40 | * Released as Version 1.0 (Stable) | 41 | * Released as Version 1.0 (Stable) |
41 | * Added restarting the dhcp client if having killed it before. | 42 | * Added restarting the dhcp client if having killed it before. |
42 | * Decouple dump files from live capture to shift control over 'what' is dumped to applications. | 43 | * Decouple dump files from live capture to shift control over 'what' is dumped to applications. |
43 | 44 | ||
44 | 2003-05-05 Michael Lauer <mickey@Vanille.de> | 45 | 2003-05-05 Michael Lauer <mickey@Vanille.de> |
45 | 46 | ||
46 | * Released as Version 1.0-RC1 (Release Candidate) | 47 | * Released as Version 1.0-RC1 (Release Candidate) |
47 | * Fixed rare segfaults while sniffing and operating the GUI simultaenously. | 48 | * Fixed rare segfaults while sniffing and operating the GUI simultaenously. |
48 | * Parse more data packets and detect more participating stations. | 49 | * Parse more data packets and detect more participating stations. |
49 | * Added live graph window showing the signal strength on all channels. | 50 | * Added live graph window showing the signal strength on all channels. |
50 | * Added parsing ARP packets and identifying IP addresses of participating stations. | 51 | * Added parsing ARP packets and identifying IP addresses of participating stations. |
51 | * Added parsing with optionally enabled PRISM headers (signal strength). | 52 | * Added parsing with optionally enabled PRISM headers (signal strength). |
52 | 53 | ||
53 | 2003-04-12 Michael Lauer <mickey@Vanille.de> | 54 | 2003-04-12 Michael Lauer <mickey@Vanille.de> |
54 | 55 | ||
55 | * Released as Version 1.0 (Beta) | 56 | * Released as Version 1.0 (Beta) |
56 | * GUI enhancements in the Menubar and the Toolbar. | 57 | * GUI enhancements in the Menubar and the Toolbar. |
57 | * Improved keyboard handling. | 58 | * Improved keyboard handling. |
58 | * Added sanity checks for running Wellenreiter II as non-root or with dhcp clients in the background. | 59 | * Added sanity checks for running Wellenreiter II as non-root or with dhcp clients in the background. |
59 | * Add writing and replaying of libpcap compatible capture files. | 60 | * Add writing and replaying of libpcap compatible capture files. |
60 | 61 | ||