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
This commit is contained in:
Guy Harris 2000-08-25 20:50:31 +00:00
parent ca825e0ea5
commit 5429a55be3
1 changed files with 4 additions and 9 deletions

13
TODO
View File

@ -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