Software Listing of Author : "Eli Fulkerson"
- mturoute
- License: Freeware
- Price: 0.00


Debug the MTU values between you and a host
The mturoute was designed to be a is a small command line application that uses ICMP pings of various sizes in order to determine the MTU values on the path between itself and the target system. It also includes a "traceroute" like mode where it will attempt to determine the lowest MTU between the local host and each hop in the communication.
The utility generates maybe 100 times as much traffic as a normal ping does, so you should exercise restraint when running it on networks you do not administer. During development and testing my ICMP capability was disabled completely several times, although a power cycle on the cable modem restored normal operation.
Mturoute sends a non-fragmentable icmp probe to the target IP address with a given payload size. Since...
- Publisher: Eli Fulkerson
- Date Released:
- Download Size: 81 KB
- Download
- Platform: WinOther
- WaitforIP
- License: Freeware
- Price: 0.00


Hold a batch file until windows has an IP address
The WaitforIP application was designed to be a small tool that can hold a batch file until Windows has an ip address.
This is a windows executable, really only useful for batch file writers, that pauses the batchfile until the host has an ip address that matches the specified mask. In practice, I wrote this to delay execution of certain code until after a relatively slow wireless NIC woke up and got its DHCP in order.
This utility uses string matching, it has no concept of subnets, octets, or the arcane. For instance, if you ask it to match "192.16" it will quite happily match both "192.16.a.b" and "192.168.a.b" addresses.
- Publisher: Eli Fulkerson
- Date Released:
- Download Size: 20 KB
- Download
- Platform: WinOther
- WakeARP
- License: Freeware
- Price: 0.00


Force 'arp -a' to fill with data.
The WakeARP application was designed to be a small console utility that very quickly sends UDP packets to all the hosts within a specified /24 network. This causes the arp table on your machine to fill with data about these hosts, which can then be seen via 'arp -a'.
I had originally had this working with a few command flags... (/A /B /C for network sizes, for instance), but quickly discovered that sending 2^16 udp packets in a few seconds, each to a different invalid host IP, is a very good way to make Windows XP very, very angry.
- Publisher: Eli Fulkerson
- Date Released:
- Download Size: 30 KB
- Download
- Platform: WinOther
- Zoom Lens
- License: Freeware
- Price: 0.00


A small, easy to use screen magnifier
The Zoom Lens application was designed to be a screen magnifier.
Here are some key features of "Zoom Lens":
?TE "Slow Updates if Mouse Hasn't Moved" - By default, the magnifier is constantly refreshing itself. This option will cause it to refresh less frequently if you aren't doing anything with your mouse, which may cause an improvement in operation.
?TE "Take out or put away when mouse is in upper left corner" - When checked, the magnifier will magically go away or come back whenever you drop your mouse in the extreme upper left corner of the screen.
?TE "Fade when mouse moves more than ___ pixels" - When checked, the magnifier will fade out a bit whenever you move the mouse more than a certain distance. This allows you to see parts of the...
- Publisher: Eli Fulkerson
- Date Released:
- Download Size: 471 KB
- Download
- Platform: WinOther