==================
  TODO for 0.5.x
==================

   + HTTPS porting to BSD  (damned routing socket system !!)

   + In arp silent mode specify only the ip (mac is gathered automatically)

   + Filter on command line
      - filter on more than one connection
      - more than one filter on a connection

   + Advanced Public arp  (FULL-DUPLEX)
   	- implement a routing method for ARP poisoned host

   + Port Plug-ins to OpenBSD (I need some information on how dlopen() works on this OS)

   + HTTP dissection
   	- log even user and pass from <FORM>

	+ New Plugin
		- Try to discover the LAN's gateway


========
  TODO
========

   + Tuning of the killing connection
      - in some circumstances it fails
         . interface_sniff_data doesn't update the seq number...
           you have to wait for at least one packet before killing it.

   + Packet Injection
      - with ncurses form (different injector for different protocol)

   + Decodedata
      - add other protocol dissectors
         . POSTGRES
         . LDAP
         . CVS
         . SNMP
         . TDS
         . as many as possible...
      - data dissectors
         . ICQ
         . as many as possible...

   + Fingerprint
      - refine the technique with other tests

   + Inet
      - handle fragmented packets

   + Ncurses interface
      - better winch handling... (i'm too lazy to do this...)

   + Porting to win32 ?? ;)
      - with Cygwin and Packet32.dll   (damn !! cygwin hasn't shared memory support !)
      - recode buffer with pipes
      - with ncurses !

   + Poring to SunOS