==========================
  TODO for the NG series
==========================

>>> things to be fixed
   
   + FIXING
      - remove GBL_OPTIONS->quiet from some plugins
      - fix dying top_half under solaris

   + PCAP RELATED
      - pcap_stat fix (even under linux the stats are cumulative)

   + WINDOWS PORTING
      - get_iface_mtu 
      - make the whole thing compile ;)
      - then found all the bugs....
      - dll instead of plugins (argh!)
      - merge the patch for mingw

============================
  Not in the first release  
============================

   + multiple dissector on a single port

   + isolate plugin

   + CURSES
      - modifiable text in widgets

   + NETWORK MAPPER
      - automatic scan (all the host in the profile list)
      - specified ip address
      - interconnections map (linked to the profiles)
      - based on ttl (ala traceroute)
      - png output (ala nagios)

   + BINDER
 
   + ETTERLOG
      - extract files from streams looking for mime content or protocol

   + ETTERFILTER
      - possibility to set flags in scripts 
         - per packet
         - per connection ???

   + SSH - SSL
      - decryption with given keys
      - DES support

==================
  LONG TERM TODO
==================
   
   + SSH2 dissection :) (yes, it can be done)

   + SOCKS
      - decode the internal connection

   + multiple interfaces on gateway

   + NEW DISSECTOR
      - TACACS dissector
      - Microsoft RPC
      - postgresql
      - pcanywhere
      - TDS
      - MS-SQL (http://www.nii.co.in/vuln/sqlpass.html)
      - YMSG
        (http://www.xi0n.com/forums/showthread.php?s=8dc997a1e1f0d3216c8956d64fcdb414&postid=2767#post2767
         http://www.venkydude.com/articles/yahoo.htm)
      - RDesktop
      - MSN9 (http://www.hackerscenter.com/Articles/Article.asp?id=54)

   + INET
      - handle fragmented packets
      - IPv6 support


