aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-05-24 08:43:18 +0000
committerGuy Harris <guy@alum.mit.edu>2003-05-24 08:43:18 +0000
commit86cee26f9925618edab5ad830b4f1229a2b6ab76 (patch)
tree06750d2f8fc4b77c41cab070ca47b8bded03cd8f /TODO
parent0d855d0ebcb6835b2347fe0004327e697b02ace2 (diff)
Note that we should probably do PPP Multilink reassembly.
svn path=/trunk/; revision=7728
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 8 insertions, 3 deletions
diff --git a/TODO b/TODO
index ad8c3387d5..6ecc81800b 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.10 2003/05/16 01:12:55 guy Exp $
+$Id: TODO,v 1.11 2003/05/24 08:43:18 guy Exp $
Things to do:
=============
@@ -59,8 +59,13 @@ from $SSH_CLIENT). Any takers?
and currently support, for many protocols running atop TCP and the
SMB pipe protocol, reassembling the data stream and breaking the
resulting stream into higher-level packets. We want to support that
- for more TCP-based protocols, and might want to reassemble NBDS and
- OSI COTP fragments as well; there might be other protocols also.
+ for more TCP-based protocols; we might also want to reassemble:
+
+ NBDS
+ OSI COTP
+ PPP Multilink
+
+ and possibly other protocols.
*) I'd like to someday re-write the display filter routines to have a more
powerful syntax.