-
Notifications
You must be signed in to change notification settings - Fork 1
/
TODO
47 lines (34 loc) · 1.61 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
$Id$
Contributions are always welcome. You can send patches
to the main authors or the the mailing list.
See our home page for more details:
http://sniffdet.sourceforge.net
The big TODO is to port sniffdet to libnet-1.1. Whoever does that is going
to receive a lot of karma points. :-)
Application
---------------------------------------------------------------------------
- Be more interactive
- Allow multiple network interfaces to be used (in a per-tests basis)
- Improve target's file (allow ranges of IPs to be used)
- Config file parser is sort of brain-damaged. :-)
- Config file new options (add parser for payload, for example).
Specially the options for the latency test.
- The options for the latency_test must be passed in bogus_pkt, which
must be filled entirely by the application.
- Improve output plugins interface
Library
---------------------------------------------------------------------------
- The callback should be called more times by the tests.
- init_device() should be changed to something more generic... like
init(). We need a raw socket to some operations, and having one open
for every interface doesn't sound like a good idea.
- Add more debug code and verbose code
- Add variation of every test (like multiple hosts tests)
Documentation
---------------------------------------------------------------------------
- Improve how-it-works document (in english)
- Translate images used in our pt_BR paper to english
- Improve libsniffdet manpage with a better description about every
function
# EOF
# vim:et tw=74: