Geotrace: version 0.0.4	- bugfixes, new features (see changelog)

This is a geographical traceroute program.
It's heavily based on GTrace (www.caida.org/tools/visualization/gtrace) 
but written in C instead of java.

You will need gtk 1.2 (I have 1.2.9) and gdk-pixbuf (I'm using 0.10.1).
I haven't tested it on any other machines than mine.
You need to have traceroute. Again, I haven't tried older versions of 
traceroute, i'm using 1.4a5

IMPORTANT:
The default location for the traceroute executable is /usr/sbin/traceroute
if this is not where it is located on your machine, change the path in
file->options before running a trace.

The maps directory (maps/ in this folder) can also be set in the options,
as well as the startup map.

COMPILE:
just run make. 
make sure you have gtk and gdk-pixbuf and that gtk-config and
gdk-pixbuf-config are in you path.
If you find any bugs, please run geotrace with the cmdline arg -d which
enables debug mode and submit the printout (as well as current trace, map,
options) to sourceforge.

Usage: geotrace [-hd] [-i host] [-m map]
        -i host specify the host to trace
        -m map  set startup map
        -d      debug mode
        -h      this help


KNOWN BUGS/LIMITATIONS:
the location for some hops may be wrong. All records on the netgeo
server are not up to date. Nothing I can do about that.
(well, maybe in some later release, I can add a distance/time checker. but
that's fairly approximate)

Any feedback, suggestions, bug reports are greatly appreciated.
page: http://geotrace.sourceforge.net
e-mail: absolut250@users.sourceforge.net
