
This is a modified Version which cures lots of bugs and adds many features.
The original author is Mike Romberg (  romberg@md.fsl.noaa.gov )
The author of all the changes is Michael Hemy ( mhemy@cs.cmu.edu )

You would want to use this version at least due to change 10 in below list, 
if not for all the other gadgets...

List of CHANGES (0.6 --> 1.1):
------------------------------

1. Modified scheme for displaying such that it does not have a dependency on
   a particular font and on resizing. Removed all hardcoded information.

2. Solved Bug where it would not redraw on all events.

3. Made geometry placeable.

4. added -fn to specify font 

5. added -bg to specify background

6. added -fg to specify foreground

7. -l makes legends in foreground color + a colored box, like a map.
   The default is to use the same color for the legend as the scales, 
   without a color box. You would use the -l if the background was dark 
   enough to make the legend unreadable. Give it a try! 

8. window's minimum size is now restricted for readability.

9. made packets in and out scales logarithmic. the value specified with -net
   is the middle of the scale. This is extremely useful since it removes the 
   limit imposed by the previous algorithm. It makes it easier to see a small
   number of packets being sent and received and yet it allows also for a big
   number without saturating the scale.

10. found and solved memory leak which would increase the memory used 
    any time the window was redrawn !

11. Corrected bug which would clip right end of scales

12. Corrected bug which would not fill scales exactly up to end

13. Made colors configurable with -c1 -c2 -c3 and -cn .

14. added -nf to disable displaying the FREE legend. 

15. added display of percentages and packets/sec

16. added install to Makefile.

17. All sorts of optimizations.

18. rewritten man page.