author | mickeyl <mickeyl> | 2003-12-21 13:23:19 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-21 13:23:19 (UTC) |
commit | 228ff69db6e535a872a0f397ba157f832567af80 (patch) (unidiff) | |
tree | dda2fd457bd0d2feb70e2ad1a6dac967e43cf3b2 | |
parent | 2514eeaff2641fabef05dba8829f4d5f502e2b84 (diff) | |
download | opie-228ff69db6e535a872a0f397ba157f832567af80.zip opie-228ff69db6e535a872a0f397ba157f832567af80.tar.gz opie-228ff69db6e535a872a0f397ba157f832567af80.tar.bz2 |
updates
-rw-r--r-- | noncore/net/wellenreiter/ChangeLog | 0 | ||||
-rw-r--r-- | noncore/net/wellenreiter/README | 4 | ||||
-rw-r--r-- | noncore/net/wellenreiter/TODO | 19 |
3 files changed, 19 insertions, 4 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 | |||
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 | |||
@@ -31,6 +31,8 @@ packages for Qt3/X11, depending on the distribution e.g. libqt3-devel, libqt3-de | |||
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 | ||
34 | The current CVS version of Wellenreiter II is _not_ X11 compatible. | ||
35 | |||
34 | ===================== | 36 | ===================== |
35 | = Precompiled Binaries | 37 | = Precompiled Binaries |
36 | ===================== | 38 | ===================== |
@@ -51,7 +53,7 @@ if your device has been properly configured. | |||
51 | = Credits = | 53 | = Credits = |
52 | ===================== | 54 | ===================== |
53 | 55 | ||
54 | Wellenreiter II is (C) 2002-2003 Michael 'Mickey' Lauer | 56 | Wellenreiter II is (C) 2002-2004 Michael 'Mickey' Lauer |
55 | 57 | ||
56 | Additional Ideas, the Name, and the Logo by | 58 | Additional Ideas, the Name, and the Logo by |
57 | Max Moser <max@remote-exploit.org> | 59 | Max Moser <max@remote-exploit.org> |
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 | |||
@@ -5,11 +5,24 @@ | |||
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) | ||