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 /noncore | |
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 @@ 2003-12-18 Michael Lauer <mickey@Vanille.de> * Released as Version 1.0.2 (Development Snapshot) * Add automatic uploading of capture files to "The Capture Dump" site at http://www.Vanille.de/projects/capturedump.spy * Initial reading of the manufacturer database happens now in background * Remove deprecated setMonitorMode() API ==> Use setMode( "monitor" ) now. The monitor mode now tries to use the standard IW_MODE_MONITOR first. If that doesn't work, it falls back to using the proprietary iwpriv commands 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> * Released as Version 1.0 (Stable) * Added restarting the dhcp client if having killed it before. * Decouple dump files from live capture to shift control over 'what' is dumped to applications. 2003-05-05 Michael Lauer <mickey@Vanille.de> * Released as Version 1.0-RC1 (Release Candidate) * Fixed rare segfaults while sniffing and operating the GUI simultaenously. * Parse more data packets and detect more participating stations. * Added live graph window showing the signal strength on all channels. * Added parsing ARP packets and identifying IP addresses of participating stations. * Added parsing with optionally enabled PRISM headers (signal strength). 2003-04-12 Michael Lauer <mickey@Vanille.de> * Released as Version 1.0 (Beta) * GUI enhancements in the Menubar and the Toolbar. * Improved keyboard handling. * Added sanity checks for running Wellenreiter II as non-root or with dhcp clients in the background. * Add writing and replaying of libpcap compatible capture files. 2003-04-08 Michael Lauer <mickey@Vanille.de> * Released as Version 0.2 (Alpha) * Closed memory leak in packet capturer. * Fixed client stations appearing under essid as access points. * Fixed false WEP reporting in some cases. * Started with inspecting data packages. * Add detecting associated client stations in infrastructural networks (if they transmit data). * Worked around buggy hostap drivers writing past fixed-length-structures on arm. * Added dynamic checking of available private ioctls. * Added a saveable hex window for packet dissection. 2003-03-30 Michael Lauer <mickey@Vanille.de> * Released as Version 0.1 (Alpha) 2003-03-25 Michael Lauer <mickey@Vanille.de> * Rewrote Wellenreiter II from scratch - including the sniffing engine. * 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 @@ /************************************************************************ /* W e l l e n r e i t e r I I /* =============================== /* /* Version: 1.0.2 /************************************************************************ ---------------------------------------------------- Release Notes for Wellenreiter II / December 2003 ---------------------------------------------------- ===================== = 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) |