mtrand: Simplify mt_init_by_seed_time()
[netsniff-ng.git] / TODO
blob037e1624faed362b79c448a1bd6e78306af9887d
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 -----------------
6 For next release:
7 -----------------
9  0! Manpages / documentation folder (+ add one-liner in INSTALL for package
10     dependency installation on Fedora, Debian).
11         @TODO: Daniel Borkmann
13  1! Cleanup and refactor the code!
14         @TODO: Daniel Borkmann
16 13! Easier language (bpf-hla) for /fast/ filtering (e.g. on top of BPF so
17     that it can run in the kernel), include this into bpfc (bpfc-hla).
18         @TODO: Daniel Borkmann
20 22! Add different timing models to trafgen, not just a static interpacket gap.
21         @TODO: Daniel Borkmann
23 31! astraceroute: implement DNS traceroute with AS/Geo information
24         @TODO: Daniel Borkmann
26 51! astraceroute: can we remove whois query and do this locally!
27         @TODO: Daniel Borkmann
29 -------------------
30 For later releases:
31 -------------------
33 50) mausezahn: clean it up add fork + fanout mode(?), remove libpcap
34     dependency, let it also store pcap files e.g. on a network filesystem
35     of the mausezahn box. (leave it out of the main build process for now)
36         @TODO: Daniel Borkmann
38 10) Add a proper 802.11 dissector for netsniff-ng.
39         @TODO: Markus Amend
41 12) Add new dissectors (e.g. BGP, DNS, DCCP, SCTP, RSVP, IPsec, LISP, RADIUS,
42     LLC, fix MPLS?, improve ARP, BPDU, PVST, CDP, LLDP, RTP, Syslog, NTP,
43     OpenFlow, ...), add new protocols to mausezahn.
45 47) Add geo-ip information to netsniff-ng output?
47 48) Hand-include patchset from Sibir Chakraborty:
48         - Replay all files from directory (dir as --in paramter)
49         - Replay with correct timing information
50         - Replay with Gbps / pps rate limit
51         @TODO: Daniel Borkmann
53 49) Add Gbps / pps rate limit to trafgen
54         @TODO: Daniel Borkmann
56 32) ifpps: add option for --dev eth0,eth1,eth2 and accumulate stats
57         @TODO: Daniel Borkmann
59 33) ifpps: calc current throughput, show percentage of linerate
60         @TODO: Daniel Borkmann