summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/ChangeLog
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/ChangeLog') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/ChangeLog b/noncore/net/wellenreiter/ChangeLog
index 384c47b..1ce25d5 100644
--- a/noncore/net/wellenreiter/ChangeLog
+++ b/noncore/net/wellenreiter/ChangeLog
@@ -3,31 +3,31 @@
3 * Released as Version 1.0.2 (Development Snapshot) 3 * Released as Version 1.0.2 (Development Snapshot)
4 * Add automatic uploading of capture files to "The Capture Dump" site at 4 * Add automatic uploading of capture files to "The Capture Dump" site at
5 http://www.Vanille.de/projects/capturedump.spy 5 http://www.Vanille.de/projects/capturedump.spy
6 * Initial reading of the manufacturer database happens now in background 6 * Initial reading of the manufacturer database happens now in background
7 * Remove deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now. 7 * Remove deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now.
8 The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that 8 The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that
9 doesn't work, it falls back to using the proprietary iwpriv commands 9 doesn't work, it falls back to using the proprietary iwpriv commands
10 10
11 2003-11-30 Michael Lauer <mickey@Vanille.de> 11 2003-11-30 Michael Lauer <mickey@Vanille.de>
12 12
13 * Released as Version 1.0.1 (Development Snapshot) 13 * Released as Version 1.0.1 (Development Snapshot)
14 * Fixed ARP decoding for wired networks. 14 * Fixed ARP decoding for wired networks.
15 Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. 15 Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol.
16 * Added reading GPS data from a gps daemon. 16 * Added reading GPS data from a gps daemon.
17 * Started preparations for utilizing Wellenreiter II in wired networks. 17 * Started preparations for utilizing Wellenreiter II in wired networks.
18 * Implemented persistant configuration interface and retriggerable auto detection. 18 * Implemented persistant configuration interface and retriggerable auto detection.
19 * Added QCOP interface for talking to opie-networksettings. 19 * Added QCOP interface for talking to opie-networksettings.
20 * Added parsing of DHCP packets and detecting DHCP servers. 20 * Added parsing of DHCP packets and detecting DHCP servers.
21 * Overhauled the configuration window and started with the customizable event system. 21 * Overhauled the configuration window and started with the customizable event system.
22 * Added disabling the screensaver. 22 * Added disabling the screensaver.
23 * Added automatic opening and scrolling to the network tree if a new station appears. 23 * Added automatic opening and scrolling to the network tree if a new station appears.
24 24
25 2003-05-10 Michael Lauer <mickey@Vanille.de> 25 2003-05-10 Michael Lauer <mickey@Vanille.de>
26 26
27 * Released as Version 1.0 (Stable) 27 * Released as Version 1.0 (Stable)
28 * Added restarting the dhcp client if having killed it before. 28 * Added restarting the dhcp client if having killed it before.
29 * Decouple dump files from live capture to shift control over 'what' is dumped to applications. 29 * Decouple dump files from live capture to shift control over 'what' is dumped to applications.
30 30
31 2003-05-05 Michael Lauer <mickey@Vanille.de> 31 2003-05-05 Michael Lauer <mickey@Vanille.de>
32 32
33 * Released as Version 1.0-RC1 (Release Candidate) 33 * Released as Version 1.0-RC1 (Release Candidate)