This file is indexed.

/usr/share/doc/driftnet/TODO is in driftnet 1.1.5-1.1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
TODO for driftnet

* 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.

* Delay between reading packets from dump file?