author | mickeyl <mickeyl> | 2004-04-29 12:52:56 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2004-04-29 12:52:56 (UTC) |
commit | 75602fa702e3db54785480e4178e611c4a2ddc4a (patch) (side-by-side diff) | |
tree | 46da1f54313e05571d8fb1a0f676fbd3c49ac268 | |
parent | 4a4c125f1f19ce7f493f2176a09d7d882774fa42 (diff) | |
download | opie-75602fa702e3db54785480e4178e611c4a2ddc4a.zip opie-75602fa702e3db54785480e4178e611c4a2ddc4a.tar.gz opie-75602fa702e3db54785480e4178e611c4a2ddc4a.tar.bz2 |
update
-rw-r--r-- | noncore/net/wellenreiter/TODO | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/noncore/net/wellenreiter/TODO b/noncore/net/wellenreiter/TODO index 5f37ddf..0640d23 100644 --- a/noncore/net/wellenreiter/TODO +++ b/noncore/net/wellenreiter/TODO @@ -1,67 +1,77 @@ /************************************************************************ /* W e l l e n r e i t e r I I /* =============================== /* /* Version: 1.0.2 /************************************************************************ ---------------------------------------------------- - Ideas as of Wellenreiter II / December 2003 + Ideas as of Wellenreiter II / April 2004 ---------------------------------------------------- -------- -ENGINE + BUILD +-------- + +- fix building against X11 again + +-------- + ENGINE -------- - 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) - adaptive hopping scheme ! - gather interface capabilities - enable sniffing in wired networks - fix autodetection (interface name) +- use ethtool IOCTLs (if present) + --------- UI --------- - display interface capabilities (or rewrite networksettings?) - distinguish wireless bridges (WDS traffic) - add configuration for scrollback buffer in hex window and log window - revamp hex window, make it more sophisticated than just a QMultiLineEdit - tree view - beep over headphone / customizable - count/display number of wireless networks / APs since last start/stop --------- FILES --------- - write kismet-like .network format and format to be importable into AutoRoute - implement beacon stripping (the first beacon is enough to detect a new network - further beacons just blow up the capture file) - write wi-scan format like that: # $Creator: Wellenreiter II Version 1.0.2 # $Format: wi-scan # Latitude Longitude ( SSID ) Type ( BSSID ) Time (GMT) [ SNR Sig Noise ] # $DateGMT: 2004-02-07 N 41.1008009 W 8.3893034 ( Porceven ) BBS ( 00:a0:f8:41:91:63 ) 22:32:39 (GMT) [ 21 177 156 ] +- add SIGSEGV handler for emergency closing the capture file etc. + |