summaryrefslogtreecommitdiff
path: root/noncore/net/wellenreiter/TODO
Unidiff
Diffstat (limited to 'noncore/net/wellenreiter/TODO') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/wellenreiter/TODO7
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,14 +1,19 @@
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
11 - <whatever> event 16 - <whatever> event
12 17
13- adaptive hopping scheme ! 18- adaptive hopping scheme !
14 19
@@ -17,12 +22,14 @@
17- enable sniffing in wired networks 22- enable sniffing in wired networks
18 23
19- enable multiple packet sources 24- enable multiple packet sources
20 - infrared 25 - infrared
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