author | mickeyl <mickeyl> | 2003-12-21 13:23:19 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-21 13:23:19 (UTC) |
commit | 228ff69db6e535a872a0f397ba157f832567af80 (patch) (side-by-side diff) | |
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 | 4 | ||||
-rw-r--r-- | noncore/net/wellenreiter/README | 4 | ||||
-rw-r--r-- | noncore/net/wellenreiter/TODO | 19 |
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 @@ -11,15 +11,15 @@ 2003-11-30 Michael Lauer <mickey@Vanille.de> * Released as Version 1.0.1 (Development Snapshot) * Fixed ARP decoding for wired networks. - Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. + Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. * Added reading GPS data from a gps daemon. * Started preparations for utilizing Wellenreiter II in wired networks. * Implemented persistant configuration interface and retriggerable auto detection. * Added QCOP interface for talking to opie-networksettings. * Added parsing of DHCP packets and detecting DHCP servers. - * Overhauled the configuration window and started with the customizable event system. + * Overhauled the configuration window and started with the customizable event system. * Added disabling the screensaver. * Added automatic opening and scrolling to the network tree if a new station appears. 2003-05-10 Michael Lauer <mickey@Vanille.de> 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 @@ -30,8 +30,10 @@ packages for Qt3/X11, depending on the distribution e.g. libqt3-devel, libqt3-de * './build make' * as root, './build install' * Wellenreiter will be installed in /usr/local (sorry, no relocation possible yet) +The current CVS version of Wellenreiter II is _not_ X11 compatible. + ===================== = Precompiled Binaries ===================== @@ -50,9 +52,9 @@ if your device has been properly configured. ===================== = Credits = ===================== -Wellenreiter II is (C) 2002-2003 Michael 'Mickey' Lauer +Wellenreiter II is (C) 2002-2004 Michael 'Mickey' Lauer Additional Ideas, the Name, and the Logo by Max Moser <max@remote-exploit.org> Martin J. Muench <mjm@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 @@ -4,12 +4,25 @@ i.e. other sniffers around - decloaking of falsely reported zero-length SSIDs -- option to run skript on +- option to launch an external application (i.e. qcop) on - new net - new station - - <whatever> + - <whatever> event - adaptive hopping scheme ! -- +- display interface capabilities + +- enable sniffing in wired networks + +- enable multiple packet sources + - infrared + - bluetooth + - usb? + +- define packet structure in a metalanguage and generate + the actual parsing code (hmmm) + +- pester the ethereal folks to settle for an application independant + packet dissection framework... (unlikely) |