Refactored some sizeof()
[netsniff-ng.git] / TODO
blobc55991181c4eba2aeed10c088b616dee806df280
1 * bpfc: Berkeley Packet Filter compiler
2   + Generates filter files that can be read by netsniff-ng
3   + Own high-level filter language
5 * trafgen:
6   + Allow inter departure time as i.e. exponential, uniform, cauchy, normal,
7     pareto, ... distributed
8   + Allow configuration from stdin, so that configs from tgc can be piped to
9     trafgen directly
11 * tgc: trafgen config file generator
12   + Generates full packets, i.e. with support for
13     - VLAN
14     - MPLS
15     - BPDU
16     - IGMP
17     - DNS
18     - ARP
19     - ICMP
20     - HTTP
21     - SIP
22     - IPv4 / IPv6
23     - UDP / TCP
24     - ...
25   + Generates set of packets which are i.e. IMIX, Cisco, Tolly,
26     RPR, ... distributed
27   + Can be interpreted and transmitted by trafgen
29 * curvetun:
30   + Fix zlib compression
31   + Re-read the group auth key on SIGUSR1
33 * netsniff-ng:
34   + Cleanup code, especially in dissector, print-modes and proto sections
36 * ifpps:
37   + Fix NaN's in CPU usage
38   + Cleanup redundant code
39   + Add more gnuplot features, i.e. automatic gnuplot script generation