author | mickeyl <mickeyl> | 2003-12-22 12:33:10 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-22 12:33:10 (UTC) |
commit | 34194d7d8957b77fbc032efa5b89ef56e322d35f (patch) (unidiff) | |
tree | d744adb7781779b3a21f2acf3d35485084a63adf | |
parent | 7091076c85ef81a5873a968ea6d992394a3a58fd (diff) | |
download | opie-34194d7d8957b77fbc032efa5b89ef56e322d35f.zip opie-34194d7d8957b77fbc032efa5b89ef56e322d35f.tar.gz opie-34194d7d8957b77fbc032efa5b89ef56e322d35f.tar.bz2 |
more TODO (*ugh*)
-rw-r--r-- | noncore/net/wellenreiter/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/noncore/net/wellenreiter/TODO b/noncore/net/wellenreiter/TODO index c5f2e30..ff98eaf 100644 --- a/noncore/net/wellenreiter/TODO +++ b/noncore/net/wellenreiter/TODO | |||
@@ -1,10 +1,15 @@ | |||
1 | - beep over headphone / customizable | 1 | - beep over headphone / customizable |
2 | 2 | ||
3 | - add configuration for scrollback buffer in hex window and log window | ||
4 | |||
5 | - implement beacon stripping (the first beacon is enough to detect a | ||
6 | new network - further beacons just blow up the capture file) | ||
7 | |||
3 | - identification of probe requests | 8 | - identification of probe requests |
4 | i.e. other sniffers around | 9 | i.e. other sniffers around |
5 | 10 | ||
6 | - decloaking of falsely reported zero-length SSIDs | 11 | - decloaking of falsely reported zero-length SSIDs |
7 | 12 | ||
8 | - option to launch an external application (i.e. qcop) on | 13 | - option to launch an external application (i.e. qcop) on |
9 | - new net | 14 | - new net |
10 | - new station | 15 | - new station |
@@ -21,8 +26,10 @@ | |||
21 | - bluetooth | 26 | - bluetooth |
22 | - usb? | 27 | - usb? |
23 | 28 | ||
24 | - define packet structure in a metalanguage and generate | 29 | - define packet structure in a metalanguage and generate |
25 | the actual parsing code (hmmm) | 30 | the actual parsing code (hmmm) |
26 | 31 | ||
27 | - pester the ethereal folks to settle for an application independant | 32 | - pester the ethereal folks to settle for an application independant |
28 | packet dissection framework... (unlikely) | 33 | packet dissection framework... (unlikely) |
34 | |||
35 | - revamp hex window, make it more sophisticated than just a QMultiLineEdit | ||