Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 583de983abca9938c4b4d203c373762a > files > 10

driftnet-0.1.6-19.20040426cvs.fc12.x86_64.rpm

TODO for driftnet
$Id: TODO,v 1.12 2003/08/12 14:13:14 chris Exp $

* PNG files.

* More intelligent layout algorithm for images.

* Memory leaks? Buffer overruns? Static-sized buffers.

* Parse JPEG files properly -- the lame memstr(..., "\xff\xd9") thing is
  broken and should be done right. At the moment, some JPEG files get
  truncated in a really bad way. An alternative is to store more state for
  JPEG files, and do special parsing when we know a connection has closed.

* Problem with some greyscale JPEG files.

* More portability / bug fixes.

* Web-based version. Server push? Feedback problems.

* `Bogus image' problem after running for a while?

* Safe(r) setuid operation.

* Drop privileges after starting up pcap.

* PID file?

* Delay between reading packets from dump file?