fix check to catch when called by a non-root user
auto determine which network interface for those platforms where "any" doesn't work
improve the libnet and pcap detects on configure
improve and standardize error msgs
add configure flag for nonstandard libcap locations
add further paranoia checks for inputs
add a "make detail" option to the makefile that gives configure flags used and install locations
check compatibility with Phil Woods' modified pcap -- http://public.lanl.gov/cpw/
fix the spacing on "no response"s with the std output
improve curses output for spacing and hops that return from multiple routers
improve cmd line flag compatibility with old traceroute when traceproto is called as traceroute
fix return packet identification and reporting ( note: will probably require big changes in the parse and output funcs )
non ethernet functionality -- specifically the  parse_packet() in tp_packet.c
rework to allow parallel traces instead of just serial ( note: will require a lot of restructuring )
long options
clean up compiler warnings
Make -d work with a service name as well
Replace asserts() for malloc results by proper bailout.
further porting and testing on other platforms
automate test suite
make accounting reverse hop order when -R is used
customize the payload to make traceproto packets identifyable
add timestamp start (and stop) time to accounting
modifyable select timeout for as lookup
add make option to install suid
