==================
  TODO for 0.4.3
==================

   + 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 a packet before killing it.

   + Illithid must have a list of connections...
      - this will FIX the protocol dissector non-working state machine

   + Filtering packet
      - add a Log rule

   + Decodedata
      - add other protocol dissectors
         . POSTGRES
         . LDAP
         . GRE
      - data dissectors
         . ICQ


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

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


   + Simulate closed port
      - drop packet to a specified port

   + Plugins
      - packet forger
      - zero trafic

   + Decodedata
      - add other protocol dissectors
         . as many as possible...
      - data dissectors
         . as many as possible...

   + 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 !