Karpski - to do list
--------------------

-1) I really really really want to be able to click the column header to
    sort the column.  I really don't feel like coding this :(  Maybe later.
 0) GNU Autoconf configuration
 1) Make the columns keep their aspect ratio.
 2) Make the sound work better :)
 3) Add protocols galore to the parser.
 4) Speed up the packet parser in proto.c
 5) Thread the whole thing ... I was thinking of having the main thread call
    a "draw_structures()" routine from a gtktimeout.  Another thread will
    process the packets (no more pcap linux rig) and a third thread would
    resolve hostnames.  The reason I didn't do this is I need to dump packets
    when processing.  Otherwise I have to keep packets around for a while in
    a separate queue for draw_structure to draw.  The current method that I
    use now is crap.
 6) Make it so a t_arp_rec can hold ALL of the addresses found, not just the
    first.
 7) Realtime protocol stats similar to overall stats.
 8) (graphs?)
 9) Fully separate the GUI from the code (goes with 5 somewhat).
 10) Make a configuration screen that lets you turn on/off resolving
     addresses.
 11) Make a capfile editor instead of defining the captures through files.
 12) Add keyboard accelerators.
  