forked from netsniff-ng/netsniff-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
58 lines (48 loc) · 1.49 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
48
49
50
51
52
53
54
55
56
57
* trafgen:
+ Allow inter departure time as i.e. exponential, uniform, cauchy, normal,
pareto, ... distributed
+ Rewrite config parser
* tgsh(?): trafgen Cisco-like frontend CLI for traffic generator appliances
+ Generates full packets, i.e. with support for
- VLAN
- MPLS
- BPDU
- IGMP
- DNS
- ARP
- ICMP
- HTTP
- SIP
- IPv4 / IPv6
- UDP / TCP
- ...
+ Generates set of packets which are i.e. IMIX, Cisco, Tolly,
RPR, ... distributed
+ Can be interpreted and transmitted by trafgen
+ Use libcli (http://code.google.com/p/libcli/)
* curvetun:
+ Rewrite config parsers
+ Show active sessions, possibility to kill active sessions (?)
+ Make it harder for DPIs to detect
* netsniff-ng:
+ Cleanup code, especially in dissector, print-modes and proto sections
+ Support more protocols
* arpswirl:
+ ARP Cache Poisoning utility as completion with netsniff-ng
* ashunt:
+ Add IPv6 functionality
+ Fix aslookup parser
+ Add possibility to include user-defined payload to test DPIs
* ifpps:
+ Fix NaN's in CPU usage
+ Cleanup redundant code
+ Add more gnuplot features, i.e. automatic gnuplot script generation
* flowtop:
+ a top-like netfilter connection tracking tool
* t: tests, tests, tests / c: Coccinelle
+ Highly needed!
+ Use Sharness as a framework for tests (https://github.com/misfire/Sharness)
+ Use SmPL / Coccinelle as a framework for 'code error checking'
* Documentation:
+ Manpages
+ Howtos as REAME.<tool>