summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/ChangeLog
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/ChangeLog') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/ChangeLog66
1 files changed, 66 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/ChangeLog b/noncore/net/wellenreiter/ChangeLog
new file mode 100644
index 0000000..bffb5d5
--- a/dev/null
+++ b/noncore/net/wellenreiter/ChangeLog
@@ -0,0 +1,66 @@
1 2003-??-?? Michael Lauer <mickey@Vanille.de>
2
3 * Add automatic uploading of capture files to "The Capture Dump" site at
4 http://www.Vanille.de/projects/capturedump.spy
5 * Initial reading of the manufacturer database happens now in background
6 * Remove deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now.
7 The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that
8 doesn't work, it falls back to using the proprietary iwpriv commands
9
10 2003-11-30 Michael Lauer <mickey@Vanille.de>
11
12 * Released as Version 1.0.1
13 * Fixed ARP decoding for wired networks.
14 Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol.
15 * Added reading GPS data from a gps daemon.
16 * Started preparations for utilizing Wellenreiter II in wired networks.
17 * Implemented persistant configuration interface and retriggerable auto detection.
18 * Added QCOP interface for talking to opie-networksettings.
19 * Added parsing of DHCP packets and detecting DHCP servers.
20 * Overhauled the configuration window and started with the customizable event system.
21 * Added disabling the screensaver.
22 * Added automatic opening and scrolling to the network tree if a new station appears.
23
24 2003-05-10 Michael Lauer <mickey@Vanille.de>
25
26 * Released as Version 1.0
27 * Added restarting the dhcp client if having killed it before.
28 * Decouple dump files from live capture to shift control over 'what' is dumped to applications.
29
30 2003-05-05 Michael Lauer <mickey@Vanille.de>
31
32 * Released as Version 1.0-RC1 (Release Candidate)
33 * Fixed rare segfaults while sniffing and operating the GUI simultaenously.
34 * Parse more data packets and detect more participating stations.
35 * Added live graph window showing the signal strength on all channels.
36 * Added parsing ARP packets and identifying IP addresses of participating stations.
37 * Added parsing with optionally enabled PRISM headers (signal strength).
38
39 2003-04-12 Michael Lauer <mickey@Vanille.de>
40
41 * Released as Version 1.0 (Beta)
42 * GUI enhancements in the Menubar and the Toolbar.
43 * Improved keyboard handling.
44 * Added sanity checks for running Wellenreiter II as non-root or with dhcp clients in the background.
45 * Add writing and replaying of libpcap compatible capture files.
46
47 2003-04-08 Michael Lauer <mickey@Vanille.de>
48
49 * Released as Version 0.2 (Alpha)
50 * Closed memory leak in packet capturer.
51 * Fixed client stations appearing under essid as access points.
52 * Fixed false WEP reporting in some cases.
53 * Started with inspecting data packages.
54 * Add detecting associated client stations in infrastructural networks (if they transmit data).
55 * Worked around buggy hostap drivers writing past fixed-length-structures on arm.
56 * Added dynamic checking of available private ioctls.
57 * Added a saveable hex window for packet dissection.
58
59 2003-03-30 Michael Lauer <mickey@Vanille.de>
60
61 * Released as Version 0.1 (Alpha)
62
63 2003-03-25 Michael Lauer <mickey@Vanille.de>
64
65 * Rewrote Wellenreiter II from scratch - including the sniffing engine.
66 * Beacon inspection works and finds ad-hoc networks and managed networks.