mz: remove unused include
[netsniff-ng.git] / TODO
blob0b8f2678ac0ccac7d869aeb0e12d42a159d0ccab
1 Here's a list of things we need to do (contributions are welcome and highly
2 appreciated, please also read Documentation/SubmittingPatches about how to
3 submit your contributions, items marked with '!' are of high importance):
5  0! Improve manpages, extend the documentation and/or write useful howtos.
6         @TODO: Jon Schipp, Daniel Borkmann
8  1! Highest prio: Cleanup and refactor the code!
9         @TODO: Daniel Borkmann
11  3! Test IPv6 on flowtop, curvetun and mausezahn.
12         @TODO: Daniel Borkmann, Jon Schipp
14  4! Implement IRQs + Softirqs on wireless in ifpps. (Driver name via ethtool?)
15         @TODO: Daniel Borkmann
17 10! Add a proper 802.11 dissector for netsniff-ng.
18         @TODO: Markus Amend
20 13! Easier language (bpf-hla) for /fast/ filtering (e.g. on top of BPF so
21     that it can run in the kernel), include this into bpfc (bpfc-hla).
22         @TODO: Daniel Borkmann, Markus Amend
24 22! Add different timing models to trafgen, not just a static interpacket gap.
25         @TODO: Daniel Borkmann
27 48! Hand-include patchset from Sibir Chakraborty:
28         - Replay all files from directory (dir as --in paramter)
29         - Replay with correct timing information
30         - Replay with Gbps / pps rate limit
31         @TODO: Daniel Borkmann
33 49! Add Gbps / pps rate limit to trafgen
34         @TODO: Daniel Borkmann
36 32! ifpps: add option for --dev eth0,eth1,eth2 and accumulate stats
37         @TODO: Daniel Borkmann
39 50! mausezahn: clean it up add fork + fanout mode(?), remove libpcap
40     dependency, let it also store pcap files e.g. on a network filesystem
41     of the mausezahn box.
42         @TODO: Daniel Borkmann
44 51! astraceroute: can we remove whois query and do this locally?
45         @TODO: Daniel Borkmann
47 52! all tools: add option to run a tool as -u user -g group resp.
48     --user user --group group so that we can drop to non-root if this
49     option is set and the tool was started as root.
50         @TODO: Daniel Borkmann
52 ---
54  5) Make trafgen also write to a pcap instead to a device.
56  6) Let netsniff-ng and trafgen support pcap and pcap-ng!
58 12) Add new dissectors (e.g. BGP, DNS, DCCP, SCTP, RSVP, IPsec, LISP, RADIUS,
59     LLC, fix MPLS?, improve ARP, BPDU, PVST, CDP, LLDP, RTP, Syslog, NTP,
60     OpenFlow, ...), add new protocols to mausezahn.
62 16) Further micro-optimize netsniff-ng, trafgen, mausezahn's performance. Use
63     Oprofile for optimize tools!
65 17) Security review of curvetun.
67 21) Obfuscate curvetun's protocol to make it hard/resource-intensive for DPIs.
69 31) astraceroute: implement DNS traceroute with AS/Geo information
71 34) Are there other interesting (e.g. ethtool) stats for ifpps?
73 46) QoS for curvetun --> since tundev is qdiscless
75 47) Add geo-ip information to netsniff-ng output?