summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorOlivier Biot <obiot.ethereal@gmail.com>2004-04-25 21:54:45 +0000
committerOlivier Biot <obiot.ethereal@gmail.com>2004-04-25 21:54:45 +0000
commit678eafeb9ba48fc5096f827b22f6b8de920013aa (patch)
tree9cac39803e7e497186c0713dd5c033b4dbb66a4d /TODO
parent047c8af10a467c9e96bb85af9edcad6db942892b (diff)
downloadwireshark-678eafeb9ba48fc5096f827b22f6b8de920013aa.tar.gz
Remove "Display filters: add regexes to strings and byte ranges" as it has
been done. Add the possibility to test the packet summary line and the packet dissection to take part in display filter tests: - summary matches "(?i)response" - dissection contains "Unknown" svn path=/trunk/; revision=10701
Diffstat (limited to 'TODO')
-rw-r--r--TODO8
1 files changed, 5 insertions, 3 deletions
diff --git a/TODO b/TODO
index be26596345..7cbb79b6cf 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.15 2004/03/31 01:31:00 jmayer Exp $
+$Id: TODO,v 1.16 2004/04/25 21:54:45 obiot Exp $
Things to do:
=============
@@ -98,8 +98,6 @@ full GNOME, native Windows, native Aqua, etc.) and text-mode "curses".
*) Kerberos version 4 dissector - standard krb4 - from tcpdump (nneul);
we have krb5, but not krb4
-*) Display filters: add regexes to strings and byte ranges
-
*) Build process:
- Merge epan/configure.in back into toplevel configure.in [DONE]
- Run make-version.pl only once per make
@@ -111,3 +109,7 @@ we have krb5, but not krb4
- Move plugins into the epan tree
- move libs/objects to be linked into LDADD_xxx where appropriate
+*) Allow packet summary and packet dissection as valid "fields" in display
+ filter tests:
+ - summary matches "(?i)response"
+ - dissection contains "Unknown"