nmap/todo
david be0714006f Add to todo/nping.txt:
* Replace this pattern:
	if ( isNumber_u32(optarg) ){
		u32 aux32 = strtoul( optarg, NULL, 10);
		...
	}
  with a function that checks for syntax and returns the value (i.e., a wrapper
  around strtoul). There is nowhere that isNumber_u* is called without it being
  immediately followed by a strtoul, outside of utils.cc.
2010-05-21 00:29:21 +00:00
..
david.txt Move my TODO from /status. 2010-05-18 18:29:24 +00:00
ncat.txt Update todo/ncat.txt. Remove some items that look outdated or unlikely 2010-05-17 21:15:43 +00:00
nmap.txt a couple new items for the todo list 2010-05-14 23:43:32 +00:00
nping.txt Add to todo/nping.txt: 2010-05-21 00:29:21 +00:00
patrick.txt Updated to current status. 2010-05-05 01:21:29 +00:00
sctp.txt Move TODO files together into nmap/todo/ directory 2010-05-04 22:48:44 +00:00