forked from deiv/driftnet
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
25 lines (14 loc) · 721 Bytes
/
TODO
File metadata and controls
25 lines (14 loc) · 721 Bytes
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?