1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
/************************************************************************
/* W e l l e n r e i t e r I I
/* ===============================
/*
/* Version: 1.0.3
/************************************************************************
----------------------------------------------------
Release Notes for Wellenreiter II / May 2004
----------------------------------------------------
=====================
= 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)
NOTE: The current 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-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
|