File: TODO

package info (click to toggle)
hping2 2.rc3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 756 kB
  • ctags: 951
  • sloc: ansic: 6,706; makefile: 110; sh: 83
file content (21 lines) | stat: -rw-r--r-- 754 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
WARNING: Also try `grep FIXME *.c'

TODO (Stuff to do *before* 2.0.0 stable release)

- support for x.y.z.k/mask destination
  also in this mode on TCP flags specified exec this program passing
  as arguments the IP, port and some additional info.
- To add a decent verbose mode for ICMP packet received.
- add bpf filtering capability
- broadcast support in waitpacket.c
- replace exit() with hping_exit() that close the desciptors and so on.
- hping --getfield <fieldname>

TODO

- better solution than ip->id = getpid() & 255
- log and handle ip and tcp options (only incoming)
- support for hcmp source quench/stirup
- Other ip options (record route already implemented)
- dns query support
- scripting language support, send(...) ifrecv(...) etc...