aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-08-25 20:50:31 +0000
committerGuy Harris <guy@alum.mit.edu>2000-08-25 20:50:31 +0000
commit5429a55be3b32de094e761f3e45ada245a0423c6 (patch)
tree9846d12aa83db047bcec1f47e7e727b935942af9 /TODO
parentca825e0ea5387caf98a7da91b1b2d3e8c8227468 (diff)
Attach my name to the "GtkClist replacement" item; it's a work in
progress, but the beginnings of one exist (it's far from ready for prime time, but it does read in capture files a lot quicker and consumes a fair bit less memory). Get rid of the item about a line-mode capture program - that's Tethereal. Get rid of the "Make lines in GTK Tree (proto_tree GUI) user-selectable" item, as they're now user-selectable. Put back the item about Kerberos V4 - we hae a V5 dissector, but no V4 dissector yet. svn path=/trunk/; revision=2377
Diffstat (limited to 'TODO')
-rw-r--r--TODO13
1 files changed, 4 insertions, 9 deletions
diff --git a/TODO b/TODO
index 5d7f0f0e04..60afe43855 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.7 2000/08/25 19:43:28 deniel Exp $
+$Id: TODO,v 1.8 2000/08/25 20:50:31 guy Exp $
Things to do:
=============
@@ -48,6 +48,7 @@ right-clicks.
*) A GtkClist replacement, with dynamic columns, allowing columns to be
added, removed, or moved without having to exit and restart Ethereal.
+(guy)
*) A GUI capture/display filter creator.
@@ -66,17 +67,11 @@ man page, which may be the right solution here.
*) Provide alternative user interfaces, e.g. other toolkits (Qt/KDE,
full GNOME, native Windows, etc.) and text-mode "curses".
-*) Perhaps provide a "line-mode" capture program, i.e. one that, like
-"tcpdump" and "snoop", captures to a file without displaying anything
-other than, perhaps a count of packets captured, or captures and prints
-packet summary or detail data to the standard output, or reads a capture
-file and prints to the standard output summary or detail data.
+*) Kerberos version 4 dissector - standard krb4 - from tcpdump (nneul);
+we have krb5, but not krb4
*) Display filters: allow filtering on "enumerated" data types by name,
i.e. if a field has a "value_string" array associated with it, allow
users to specify the string associated with a value.
*) Display filters: add regexes to strings and byte ranges
-
-*) Make lines in GTK Tree (proto_tree GUI) user-selectable
-