Geotrace: version 0.0.3	- 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:
if traceroute is not in /usr/sbin/, change line TRACEROUTE_STRING 
in geotrace.h
you have to do that because I'm not using autoconf right now. Maybe in a
few releases.

The maps directory must be pointed to MAP_PATH in geotrace.h
(you will have to change that if you want to run geotrace from another 
directory).

it it not at all portable, and has not been tested against any other 
configurations, so feedback is greatly appreciated.

COMPILE:
just run make. 
make sure you have gtk and gdk-pixbuf and that gtk-config and gdk-pixbuf 
are in you path.

RUNNING: just ./geotrace (no command line args yet)

KNOWN BUGS/LIMITATIONS:
also, 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.

Any feedback, suggestions, bug reports are greatly appreciated.
page: http://geotrace.sourceforge.net
