-rw-r--r-- | noncore/net/wellenreiter/README | 53 |
1 files changed, 26 insertions, 27 deletions
diff --git a/noncore/net/wellenreiter/README b/noncore/net/wellenreiter/README index ef094c4..a4541b4 100644 --- a/noncore/net/wellenreiter/README +++ b/noncore/net/wellenreiter/README | |||
@@ -1,87 +1,86 @@ | |||
1 | /************************************************************************/ | 1 | /************************************************************************ |
2 | /* W e l l e n r e i t e r I I */ | 2 | /* W e l l e n r e i t e r I I |
3 | /* =============================== */ | 3 | /* =============================== |
4 | /* */ | 4 | /* |
5 | /* Version: Opie-ALPHA-February */ | 5 | Version: Opie-ALPHA-April |
6 | /************************************************************************/ | 6 | /************************************************************************ |
7 | 7 | ||
8 | ---------------------------------------------------- | 8 | ---------------------------------------------------- |
9 | Release Notes for Opie-ALPHA Version February 2002 | 9 | Release Notes for Opie-ALPHA Version April 2003 |
10 | ---------------------------------------------------- | 10 | ---------------------------------------------------- |
11 | 11 | ||
12 | ===================== | 12 | ===================== |
13 | = Supported Devices = | 13 | = Supported Devices |
14 | ===================== | 14 | ===================== |
15 | 15 | ||
16 | - HERMES chipset [ orinoco ], e.g. Lucent/Agere cards | 16 | - HERMES chipset [ orinoco or hostap ], e.g. Lucent/Agere cards |
17 | - PRISM2 chipset [ orinoco or hostap ], e.g. D-Link, Buffallo | 17 | - PRISM2 chipset [ orinoco or hostap ], e.g. D-Link, Buffallo |
18 | - SYMBOL/SPECTRUM chipset* [ orinoco ], e.g. Symbol Spectrum 24, Socket Lowpower CF | 18 | - SYMBOL/SPECTRUM chipset* [ orinoco ], e.g. Symbol Spectrum 24, Socket Lowpower CF |
19 | - CISCO chipset | 19 | - CISCO chipset |
20 | - | ||
20 | 21 | ||
21 | * Warning: Current Symbol/Spectrum CF drivers have bugs - they freeze the system in monitor mode. | 22 | * Warning: Current Symbol/Spectrum CF drivers have bugs - they freeze the system in monitor mode. |
22 | This has nothing todo with Wellenreiter as its a driver problem. | 23 | This has nothing todo with Wellenreiter as its a driver problem. |
23 | 24 | ||
24 | ===================== | 25 | ===================== |
25 | = Build = | 26 | = Build |
26 | ===================== | 27 | ===================== |
27 | 28 | ||
28 | (I) Opie Build Environment | 29 | (I) Opie Build Environment |
29 | 30 | ||
30 | To compile Wellenreiter within the Opie build environment, do | 31 | To compile Wellenreiter within the Opie build environment, do |
31 | 'make menuconfig' and check Wellenreiter in the subsection | 32 | 'make menuconfig' and check Wellenreiter in the subsection |
32 | "Communications and Networking" | 33 | "Communications and Networking". Make sure you have enabled the |
34 | dependencies in "Experimental->libopie2" | ||
33 | 35 | ||
34 | do 'make SUBDIRS=noncore/net/wellenreiter' or 'make' (to build everything) | 36 | 'make SUBDIRS=noncore/net/wellenreiter' or 'make' (to build everything) |
35 | Note that you need to have libpcap in your toolchain. | 37 | Note that you need to have libpcap in your toolchain. |
36 | 38 | ||
37 | (II) OpenZaurus Build Environment | 39 | (II) OpenZaurus Build Environment |
38 | 40 | ||
39 | See (I), but do 'make SUBDIRS=packages/opie' | 41 | See (I), but you must build a complete opie via 'make SUBDIRS=packages/opie' |
40 | 42 | ||
41 | (III) To compile a standalone Wellenreiter for X11, you need Qt3 and the development | 43 | (III) To compile a standalone Wellenreiter for X11, you need Qt3 and the development |
42 | packages for Qt3, e.g. libqt3-devel. Assuming, $QTDIR is set to your Qt-Director | 44 | packages for Qt3, e.g. libqt3-devel. Assuming, $QTDIR is set to your Qt-Director |
43 | (e.g. /usr/lib/qt3), set $OPIEDIR to your installation prefix, e.g. /usr/local, then | 45 | (e.g. /usr/lib/qt3), set $OPIEDIR to the root of the checked out Opie, then |
44 | 'export QMAKESPEC=$QTDIR/mkspecs/linux-g++' | 46 | 'export QMAKESPEC=$QTDIR/mkspecs/linux-g++' |
47 | 'cd noncore/net/wellenreiter' | ||
45 | 'qmake "platform=x11" wellenreiter.pro' | 48 | 'qmake "platform=x11" wellenreiter.pro' |
46 | 'make' | 49 | 'make SUBDIRS=noncore/net/wellenreiter' |
47 | 'make install' | 50 | 'make install' |
48 | 51 | ||
49 | ===================== | 52 | ===================== |
50 | = Install = | 53 | = Install |
51 | ===================== | 54 | ===================== |
52 | 55 | ||
53 | Alternatively, you can use our precompiled ipk. Get it from | 56 | Alternatively, you can use our precompiled ipk. Get it from |
54 | http://opie.net.wox.org/wellenreiter/. There is also a recent libpcap available. | 57 | http://opie.net.wox.org/wellenreiter/ where you will also |
58 | find all necessary dependencies. | ||
55 | 59 | ||
56 | ===================== | 60 | ===================== |
57 | = Run = | 61 | = Run |
58 | ===================== | 62 | ===================== |
59 | 63 | ||
60 | There are two possible modes: <Manual> and <Automatic>. I suggest, you | 64 | * Configure your device by pressing the configure toolbutton (to the right) |
61 | start with the <Automatic> Mode. This works just using the Start/Stop | 65 | * Start Sniffing by pressing the execute toolbutton which will be enabled, |
62 | Toolbutton in the Wellenreiter Menubar. Note that you need to configure | 66 | if your device has been configured. |
63 | your card before the Start/Stop-Toolbutton can be clicked. | ||
64 | |||
65 | If this doesn't work, then try calling the wellenreiter daemon | ||
66 | [wellenreiterd] manually. It has a command line interface. You can | ||
67 | start the GUI before or after the daemon. | ||
68 | 67 | ||
69 | ===================== | 68 | ===================== |
70 | = Credits = | 69 | = Credits = |
71 | ===================== | 70 | ===================== |
72 | 71 | ||
73 | Wellenreiter/Opie is (C) 2002-2003 M-M-M | 72 | Wellenreiter II is (C) 2002-2003 M-M-M |
74 | 73 | ||
75 | Sniffer Engine: Max Moser <max@remote-exploit.org> | 74 | Sniffer Engine: Max Moser <max@remote-exploit.org> |
76 | Communication and Protocol: Martin J. Muench <mjm@remote-exploit.org> | 75 | Communication and Protocol: Martin J. Muench <mjm@remote-exploit.org> |
77 | GUI and Packaging: Michael Lauer <mickeyl@handhelds.org> | 76 | GUI and Packaging: Michael Lauer <mickeyl@handhelds.org> |
78 | 77 | ||
79 | ===================== | 78 | ===================== |
80 | = Links = | 79 | = Links = |
81 | ===================== | 80 | ===================== |
82 | 81 | ||
83 | Opie Project: http://opie.handhelds.org | 82 | Opie Project: http://opie.handhelds.org |
84 | OpenZaurus Project: http://openzaurus.org | 83 | OpenZaurus Project: http://openzaurus.org |
85 | Wellenreiter: http://www.remote-exploit.org | 84 | Wellenreiter: http://www.remote-exploit.org |
86 | Wellenreiter/Opie: http://opie.net.wox.org/wellenreiter | 85 | Wellenreiter/Opie: http://opie.net.wox.org/wellenreiter |
87 | 86 | ||