summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/wellenreiter/ChangeLog4
-rw-r--r--noncore/net/wellenreiter/README4
-rw-r--r--noncore/net/wellenreiter/TODO19
3 files changed, 21 insertions, 6 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
@@ -9,19 +9,19 @@
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)
diff --git a/noncore/net/wellenreiter/README b/noncore/net/wellenreiter/README
index 83007cb..7607a74 100644
--- a/noncore/net/wellenreiter/README
+++ b/noncore/net/wellenreiter/README
@@ -28,12 +28,14 @@ packages for Qt3/X11, depending on the distribution e.g. libqt3-devel, libqt3-de
28 28
29 * Set $QTDIR to the appropriate directory (e.g. /usr/lib/qt3) 29 * Set $QTDIR to the appropriate directory (e.g. /usr/lib/qt3)
30 * './build make' 30 * './build make'
31 * as root, './build install' 31 * as root, './build install'
32 * Wellenreiter will be installed in /usr/local (sorry, no relocation possible yet) 32 * Wellenreiter will be installed in /usr/local (sorry, no relocation possible yet)
33 33
34The current CVS version of Wellenreiter II is _not_ X11 compatible.
35
34===================== 36=====================
35= Precompiled Binaries 37= Precompiled Binaries
36===================== 38=====================
37 39
38Precompiled binaries are available for the PDA-Version. 40Precompiled binaries are available for the PDA-Version.
39Get them from http://vanille.de/feed 41Get them from http://vanille.de/feed
@@ -48,13 +50,13 @@ Sorry, no .rpm oder .deb available at that time. Volunteers?
48if your device has been properly configured. 50if your device has been properly configured.
49 51
50===================== 52=====================
51= Credits = 53= Credits =
52===================== 54=====================
53 55
54Wellenreiter II is (C) 2002-2003 Michael 'Mickey' Lauer 56Wellenreiter II is (C) 2002-2004 Michael 'Mickey' Lauer
55 57
56Additional Ideas, the Name, and the Logo by 58Additional Ideas, the Name, and the Logo by
57Max Moser <max@remote-exploit.org> 59Max Moser <max@remote-exploit.org>
58Martin J. Muench <mjm@remote-exploit.org> 60Martin J. Muench <mjm@remote-exploit.org>
59 61
60===================== 62=====================
diff --git a/noncore/net/wellenreiter/TODO b/noncore/net/wellenreiter/TODO
index 0336417..c5f2e30 100644
--- a/noncore/net/wellenreiter/TODO
+++ b/noncore/net/wellenreiter/TODO
@@ -2,14 +2,27 @@
2 2
3- identification of probe requests 3- identification of probe requests
4 i.e. other sniffers around 4 i.e. other sniffers around
5 5
6- decloaking of falsely reported zero-length SSIDs 6- decloaking of falsely reported zero-length SSIDs
7 7
8- option to run skript on 8- option to launch an external application (i.e. qcop) on
9 - new net 9 - new net
10 - new station 10 - new station
11 - <whatever> 11 - <whatever> event
12 12
13- adaptive hopping scheme ! 13- adaptive hopping scheme !
14 14
15- 15- display interface capabilities
16
17- enable sniffing in wired networks
18
19- enable multiple packet sources
20 - infrared
21 - bluetooth
22 - usb?
23
24- define packet structure in a metalanguage and generate
25 the actual parsing code (hmmm)
26
27- pester the ethereal folks to settle for an application independant
28 packet dissection framework... (unlikely)