summaryrefslogtreecommitdiff
path: root/noncore/net
Side-by-side diff
Diffstat (limited to 'noncore/net') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/ChangeLog0
-rw-r--r--noncore/net/wellenreiter/README4
-rw-r--r--noncore/net/wellenreiter/TODO19
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
@@ -10,58 +10,60 @@
----------------------------------------------------
=====================
= Supported Devices
=====================
- HERMES chipset [ orinoco or hostap ], e.g. Lucent/Agere cards, Compaq, ...
- PRISM2+PRISM3 chipset [ orinoco or hostap ], e.g. D-Link, Buffallo, NetGear, ...
- SYMBOL/SPECTRUM chipset [ orinoco ], e.g. Symbol Spectrum 24, Socket Lowpower CF, ...
- CISCO chipset
- WLAN-NG supported chipsets, e.g. D-Link USB cards
=====================
= Build
=====================
To compile a standalone Wellenreiter II for X11, you need Qt3/X11 and the development
packages for Qt3/X11, depending on the distribution e.g. libqt3-devel, libqt3-dev, ...
* Set $QTDIR to the appropriate directory (e.g. /usr/lib/qt3)
* './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
=====================
Precompiled binaries are available for the PDA-Version.
Get them from http://vanille.de/feed
Sorry, no .rpm oder .deb available at that time. Volunteers?
=====================
= Run
=====================
* Configure your device by pressing the configure toolbutton (to the right)
* Start Sniffing by pressing the execute toolbutton which will be enabled,
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>
=====================
= Links =
=====================
Wellenreiter: http://www.wellenreiter.net
Wellenreiter II: http://vanille.de/projects/wellenreiter.html
Opie Project: http://opie.handhelds.org
OpenZaurus Project: http://openzaurus.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
@@ -1,15 +1,28 @@
- beep over headphone / customizable
- identification of probe requests
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)