docs: remove bullet point (done)
[netsniff-ng.git] / TODO
blob507a09463ecc64d16ff7f305c641e0898de4c6c7
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 (curvetun, astraceroute, netsniff-ng, bpfc)!
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 31! astraceroute: implement DNS traceroute with AS/Geo information
21         @TODO: Daniel Borkmann
23 51! astraceroute: can we remove whois query and do this locally!
24         @TODO: Daniel Borkmann
26 -------------------
27 For later releases:
28 -------------------
30 50) mausezahn: clean it up add fork + fanout mode(?), remove libpcap
31     dependency, let it also store pcap files e.g. on a network filesystem
32     of the mausezahn box. (leave it out of the main build process for now)
33         @TODO: Daniel Borkmann
35 10) Add a proper 802.11 dissector for netsniff-ng.
36         @TODO: Markus Amend
38 12) Add new dissectors (e.g. BGP, DNS, DCCP, SCTP, RSVP, IPsec, LISP, RADIUS,
39     LLC, fix MPLS?, improve ARP, BPDU, PVST, CDP, LLDP, RTP, Syslog, NTP,
40     OpenFlow, ...), add new protocols to mausezahn.
42 47) Add geo-ip information to netsniff-ng output?
44 48) Hand-include patchset from Sibir Chakraborty:
45         - Replay all files from directory (dir as --in paramter)
46         - Replay with correct timing information
47         - Replay with Gbps / pps rate limit
48         @TODO: Daniel Borkmann
50 49) Add Gbps / pps rate limit to trafgen
51         @TODO: Daniel Borkmann
53 32) ifpps: add option for --dev eth0,eth1,eth2 and accumulate stats
54         @TODO: Daniel Borkmann
56 33) ifpps: calc current throughput, show percentage of linerate
57         @TODO: Daniel Borkmann