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 | 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 | |||
@@ -1,67 +1,67 @@ | |||
1 | 2003-12-18 Michael Lauer <mickey@Vanille.de> | 1 | 2003-12-18 Michael Lauer <mickey@Vanille.de> |
2 | 2 | ||
3 | * Released as Version 1.0.2 (Development Snapshot) | 3 | * Released as Version 1.0.2 (Development Snapshot) |
4 | * Add automatic uploading of capture files to "The Capture Dump" site at | 4 | * Add automatic uploading of capture files to "The Capture Dump" site at |
5 | http://www.Vanille.de/projects/capturedump.spy | 5 | http://www.Vanille.de/projects/capturedump.spy |
6 | * Initial reading of the manufacturer database happens now in background | 6 | * Initial reading of the manufacturer database happens now in background |
7 | * Remove deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now. | 7 | * Remove deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now. |
8 | The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that | 8 | The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that |
9 | doesn't work, it falls back to using the proprietary iwpriv commands | 9 | doesn't work, it falls back to using the proprietary iwpriv commands |
10 | 10 | ||
11 | 2003-11-30 Michael Lauer <mickey@Vanille.de> | 11 | 2003-11-30 Michael Lauer <mickey@Vanille.de> |
12 | 12 | ||
13 | * Released as Version 1.0.1 (Development Snapshot) | 13 | * Released as Version 1.0.1 (Development Snapshot) |
14 | * Fixed ARP decoding for wired networks. | 14 | * Fixed ARP decoding for wired networks. |
15 | Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. | 15 | Interestingly, 802.11 encapsulates these in IP packets, while wired ethernet just tags the type_of_protocol. |
16 | * Added reading GPS data from a gps daemon. | 16 | * Added reading GPS data from a gps daemon. |
17 | * Started preparations for utilizing Wellenreiter II in wired networks. | 17 | * Started preparations for utilizing Wellenreiter II in wired networks. |
18 | * Implemented persistant configuration interface and retriggerable auto detection. | 18 | * Implemented persistant configuration interface and retriggerable auto detection. |
19 | * Added QCOP interface for talking to opie-networksettings. | 19 | * Added QCOP interface for talking to opie-networksettings. |
20 | * Added parsing of DHCP packets and detecting DHCP servers. | 20 | * Added parsing of DHCP packets and detecting DHCP servers. |
21 | * Overhauled the configuration window and started with the customizable event system. | 21 | * Overhauled the configuration window and started with the customizable event system. |
22 | * Added disabling the screensaver. | 22 | * Added disabling the screensaver. |
23 | * Added automatic opening and scrolling to the network tree if a new station appears. | 23 | * Added automatic opening and scrolling to the network tree if a new station appears. |
24 | 24 | ||
25 | 2003-05-10 Michael Lauer <mickey@Vanille.de> | 25 | 2003-05-10 Michael Lauer <mickey@Vanille.de> |
26 | 26 | ||
27 | * Released as Version 1.0 (Stable) | 27 | * Released as Version 1.0 (Stable) |
28 | * Added restarting the dhcp client if having killed it before. | 28 | * Added restarting the dhcp client if having killed it before. |
29 | * Decouple dump files from live capture to shift control over 'what' is dumped to applications. | 29 | * Decouple dump files from live capture to shift control over 'what' is dumped to applications. |
30 | 30 | ||
31 | 2003-05-05 Michael Lauer <mickey@Vanille.de> | 31 | 2003-05-05 Michael Lauer <mickey@Vanille.de> |
32 | 32 | ||
33 | * Released as Version 1.0-RC1 (Release Candidate) | 33 | * Released as Version 1.0-RC1 (Release Candidate) |
34 | * Fixed rare segfaults while sniffing and operating the GUI simultaenously. | 34 | * Fixed rare segfaults while sniffing and operating the GUI simultaenously. |
35 | * Parse more data packets and detect more participating stations. | 35 | * Parse more data packets and detect more participating stations. |
36 | * Added live graph window showing the signal strength on all channels. | 36 | * Added live graph window showing the signal strength on all channels. |
37 | * Added parsing ARP packets and identifying IP addresses of participating stations. | 37 | * Added parsing ARP packets and identifying IP addresses of participating stations. |
38 | * Added parsing with optionally enabled PRISM headers (signal strength). | 38 | * Added parsing with optionally enabled PRISM headers (signal strength). |
39 | 39 | ||
40 | 2003-04-12 Michael Lauer <mickey@Vanille.de> | 40 | 2003-04-12 Michael Lauer <mickey@Vanille.de> |
41 | 41 | ||
42 | * Released as Version 1.0 (Beta) | 42 | * Released as Version 1.0 (Beta) |
43 | * GUI enhancements in the Menubar and the Toolbar. | 43 | * GUI enhancements in the Menubar and the Toolbar. |
44 | * Improved keyboard handling. | 44 | * Improved keyboard handling. |
45 | * Added sanity checks for running Wellenreiter II as non-root or with dhcp clients in the background. | 45 | * Added sanity checks for running Wellenreiter II as non-root or with dhcp clients in the background. |
46 | * Add writing and replaying of libpcap compatible capture files. | 46 | * Add writing and replaying of libpcap compatible capture files. |
47 | 47 | ||
48 | 2003-04-08 Michael Lauer <mickey@Vanille.de> | 48 | 2003-04-08 Michael Lauer <mickey@Vanille.de> |
49 | 49 | ||
50 | * Released as Version 0.2 (Alpha) | 50 | * Released as Version 0.2 (Alpha) |
51 | * Closed memory leak in packet capturer. | 51 | * Closed memory leak in packet capturer. |
52 | * Fixed client stations appearing under essid as access points. | 52 | * Fixed client stations appearing under essid as access points. |
53 | * Fixed false WEP reporting in some cases. | 53 | * Fixed false WEP reporting in some cases. |
54 | * Started with inspecting data packages. | 54 | * Started with inspecting data packages. |
55 | * Add detecting associated client stations in infrastructural networks (if they transmit data). | 55 | * Add detecting associated client stations in infrastructural networks (if they transmit data). |
56 | * Worked around buggy hostap drivers writing past fixed-length-structures on arm. | 56 | * Worked around buggy hostap drivers writing past fixed-length-structures on arm. |
57 | * Added dynamic checking of available private ioctls. | 57 | * Added dynamic checking of available private ioctls. |
58 | * Added a saveable hex window for packet dissection. | 58 | * Added a saveable hex window for packet dissection. |
59 | 59 | ||
60 | 2003-03-30 Michael Lauer <mickey@Vanille.de> | 60 | 2003-03-30 Michael Lauer <mickey@Vanille.de> |
61 | 61 | ||
62 | * Released as Version 0.1 (Alpha) | 62 | * Released as Version 0.1 (Alpha) |
63 | 63 | ||
64 | 2003-03-25 Michael Lauer <mickey@Vanille.de> | 64 | 2003-03-25 Michael Lauer <mickey@Vanille.de> |
65 | 65 | ||
66 | * Rewrote Wellenreiter II from scratch - including the sniffing engine. | 66 | * Rewrote Wellenreiter II from scratch - including the sniffing engine. |
67 | * Beacon inspection works and finds ad-hoc networks and managed networks. | 67 | * Beacon inspection works and finds ad-hoc networks and managed networks. |
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 | |||
@@ -1,67 +1,69 @@ | |||
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: 1.0.2 | 5 | /* Version: 1.0.2 |
6 | /************************************************************************ | 6 | /************************************************************************ |
7 | 7 | ||
8 | ---------------------------------------------------- | 8 | ---------------------------------------------------- |
9 | Release Notes for Wellenreiter II / December 2003 | 9 | Release Notes for Wellenreiter II / December 2003 |
10 | ---------------------------------------------------- | 10 | ---------------------------------------------------- |
11 | 11 | ||
12 | ===================== | 12 | ===================== |
13 | = Supported Devices | 13 | = Supported Devices |
14 | ===================== | 14 | ===================== |
15 | 15 | ||
16 | - HERMES chipset [ orinoco or hostap ], e.g. Lucent/Agere cards, Compaq, ... | 16 | - HERMES chipset [ orinoco or hostap ], e.g. Lucent/Agere cards, Compaq, ... |
17 | - PRISM2+PRISM3 chipset [ orinoco or hostap ], e.g. D-Link, Buffallo, NetGear, ... | 17 | - PRISM2+PRISM3 chipset [ orinoco or hostap ], e.g. D-Link, Buffallo, NetGear, ... |
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 | - WLAN-NG supported chipsets, e.g. D-Link USB cards | 20 | - WLAN-NG supported chipsets, e.g. D-Link USB cards |
21 | 21 | ||
22 | ===================== | 22 | ===================== |
23 | = Build | 23 | = Build |
24 | ===================== | 24 | ===================== |
25 | 25 | ||
26 | To compile a standalone Wellenreiter II for X11, you need Qt3/X11 and the development | 26 | To compile a standalone Wellenreiter II for X11, you need Qt3/X11 and the development |
27 | packages for Qt3/X11, depending on the distribution e.g. libqt3-devel, libqt3-dev, ... | 27 | packages for Qt3/X11, depending on the distribution e.g. libqt3-devel, libqt3-dev, ... |
28 | 28 | ||
29 | * Set $QTDIR to the appropriate directory (e.g. /usr/lib/qt3) | 29 | * Set $QTDIR to the appropriate directory (e.g. /usr/lib/qt3) |
30 | * './build make' | 30 | * './build make' |
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 | ===================== |
37 | 39 | ||
38 | Precompiled binaries are available for the PDA-Version. | 40 | Precompiled binaries are available for the PDA-Version. |
39 | Get them from http://vanille.de/feed | 41 | Get them from http://vanille.de/feed |
40 | Sorry, no .rpm oder .deb available at that time. Volunteers? | 42 | Sorry, no .rpm oder .deb available at that time. Volunteers? |
41 | 43 | ||
42 | ===================== | 44 | ===================== |
43 | = Run | 45 | = Run |
44 | ===================== | 46 | ===================== |
45 | 47 | ||
46 | * Configure your device by pressing the configure toolbutton (to the right) | 48 | * Configure your device by pressing the configure toolbutton (to the right) |
47 | * Start Sniffing by pressing the execute toolbutton which will be enabled, | 49 | * Start Sniffing by pressing the execute toolbutton which will be enabled, |
48 | if your device has been properly configured. | 50 | if your device has been properly configured. |
49 | 51 | ||
50 | ===================== | 52 | ===================== |
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> |
58 | Martin J. Muench <mjm@remote-exploit.org> | 60 | Martin J. Muench <mjm@remote-exploit.org> |
59 | 61 | ||
60 | ===================== | 62 | ===================== |
61 | = Links = | 63 | = Links = |
62 | ===================== | 64 | ===================== |
63 | 65 | ||
64 | Wellenreiter: http://www.wellenreiter.net | 66 | Wellenreiter: http://www.wellenreiter.net |
65 | Wellenreiter II: http://vanille.de/projects/wellenreiter.html | 67 | Wellenreiter II: http://vanille.de/projects/wellenreiter.html |
66 | Opie Project: http://opie.handhelds.org | 68 | Opie Project: http://opie.handhelds.org |
67 | OpenZaurus Project: http://openzaurus.org | 69 | 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 @@ | |||
1 | - beep over headphone / customizable | 1 | - beep over headphone / customizable |
2 | 2 | ||
3 | - identification of probe requests | 3 | - identification of probe requests |
4 | i.e. other sniffers around | 4 | i.e. other sniffers around |
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) | ||