aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-21 07:49:24 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-21 07:49:24 +0000
commit54ad35f58ad2b532a3db59a66bfd832b5be77de4 (patch)
tree0cb4e268432305a2d9779a88e1827cc370263b6f /TODO
parent2d07385002e8c2adcacfd7426731c5ecba765b59 (diff)
Update the reassembly item to note that IPv4 fragments are now
reassembled. svn path=/trunk/; revision=3355
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/TODO b/TODO
index 60afe43855..9000cbfc04 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.8 2000/08/25 20:50:31 guy Exp $
+$Id: TODO,v 1.9 2001/04/21 07:49:24 guy Exp $
Things to do:
=============
@@ -37,8 +37,11 @@ tcpdump over ssh:
where "filter" filters out our own ssh packets (using the infromation
from $SSH_CLIENT). Any takers?
-*) Of course, packet defragmentating. IP, TCP, UDP, etc. need to be
-reassembled and re-analyzed.
+*) Of course, packet defragmentating. IP fragments are now reassembled,
+but IPv6 fragments need to be reassembled and re-analyzed; we would also
+want to support reassembling TCP data streams and breaking the resulting
+stream into higher-level packets. Other protocols where we might want
+to reassemble packets include NBDS and OSI CLNP.
*) I'd like to someday re-write the display filter routines to have a more
powerful syntax.