aboutsummaryrefslogtreecommitdiffstats
path: root/tap-hosts.c
AgeCommit message (Collapse)AuthorFilesLines
2011-04-26Cast away warnings about "struct sockaddr" -> "struct sockaddr_XXX"Guy Harris1-2/+2
casts that are actually safe. svn path=/trunk/; revision=36864
2011-03-27If there are more than 4 billion characters in the printable form of aGuy Harris1-2/+2
network address, we have bigger problems. Cast the result of strlen() to int to squelch a compiler warning with MSVC++. svn path=/trunk/; revision=36375
2011-03-27Add "-z hosts", which dumps name resolution information in hosts format.Gerald Combs1-0/+183
svn path=/trunk/; revision=36372