summaryrefslogtreecommitdiff
path: root/net/whatmask
AgeCommit message (Collapse)AuthorFilesLines
2005-02-24Add RMD160 digests.agc1-1/+2
2003-12-19Update to version 1.2zuntum4-24/+19
Changes from version 1.1: * Added support for hex netmasks. * Minor bugfixes, cleanup. Provided by the maintainer - Joe Laffey <joe@laffeycomputer.com>, thanks!
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-2/+2
2003-04-11Fix tyopzuntum1-1/+1
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-30Update whatmask to 1.1zuntum2-5/+5
Changes from version 1.0: Introduced support for reporting network address, broadcast address, number of IPs, first IP and last IP. Made some source adjustments to facilitate compiling under Win32, MacOS Classic and MacOS X. Optimized a routine or two. Cleaned up code / headers.
2001-05-21Initial import of whatmask-1.0zuntum4-0/+41
Whatmask is a small C program that lets you easily convert between three common subnet mask notations. Notations supported: Name Example --------------------------------- CIDR /24 Netmask 255.255.255.0 Wilcard Bits 0.0.0.255 The above notations are all identical. CIDR notation commonly has a "/" in front of the number (representing the number of bits). Whatmask can accept these notations with or without a slash. This notation is used more and more recently. A lot of popular routers and software supprt this notation. Netmask notation is pretty much the standard old-school way of doing it. It is supported by most systems (Un*x, Win, Mac, etc.). Wilcard bits are similar to the netmask, but they are the logical not of the netmask. This notation is used by a number of popular routers.