Annotation of embedaddon/hping2/TODO, revision 1.1.1.1
1.1 misho 1: WARNING: Also try `grep FIXME *.c'
2:
3: TODO (Stuff to do *before* 2.0.0 stable release)
4:
5: - support for x.y.z.k/mask destination
6: also in this mode on TCP flags specified exec this program passing
7: as arguments the IP, port and some additional info.
8: - To add a decent verbose mode for ICMP packet received.
9: - add bpf filtering capability
10: - broadcast support in waitpacket.c
11: - replace exit() with hping_exit() that close the desciptors and so on.
12: - hping --getfield <fieldname>
13:
14: TODO
15:
16: - better solution than ip->id = getpid() & 255
17: - log and handle ip and tcp options (only incoming)
18: - support for hcmp source quench/stirup
19: - Other ip options (record route already implemented)
20: - dns query support
21: - scripting language support, send(...) ifrecv(...) etc...
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>