LookupIP is a Windows tool for replacing numerical IP addresses by the host's domain name in files (like 198.3.103.72 -> snare.excite.com). It is mainly intended for webmasters who are looking for a fast and convenient way to process the log files of their Web servers.
I know that there already are a couple of programs which claim to do just that. But the ones I found were either too slow, or they cost money. LookupIP is small, as fast as your network connection allows, and it's free software licensed under the GNU Public License. The source code (C++) is included.