aboutsummaryrefslogtreecommitdiffstats
path: root/.cvsignore
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-01 20:21:25 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>2001-02-01 20:21:25 +0000
commit43a554dcca3a43d66d0df52ef1877444bb1027a2 (patch)
treee33c08662c708dcfe71591897fe6ffab53bce135 /.cvsignore
parent45613b2cbb9e9c2c7addab9300ffec0ccb6055b9 (diff)
Create a more modular type system for the FT_* types. Put them
into epan/ftypes. Re-write display filter routines using Lemon parser instead of yacc. Besides using a different tool, the new grammar is much simpler, while the display filter engine itself is more powerful and more easily extended. Add dftest executable, to test display filter "bytecode" generation. Add option to "configure" to build dftest or randpkt, both of which are not built by default. Implement Ed Warnicke's ideas about dranges in the new display filter and ftype code. Remove type FT_TEXT_ONLY in favor of FT_NONE, and have protocols registered as FT_PROTOCOL. Thus, FT_NONE is used only for simple labels in the proto tree, while FT_PROTOCOL is used for protocols. This was necessary for being able to make byte slices (ranges) out of protocols, like "frame[0:3]" Win32 Makefile.nmake's will be added tonight. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@2967 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to '.cvsignore')
-rw-r--r--.cvsignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
index e1e8406fcc..e51bac3845 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -14,6 +14,7 @@ configure
dfilter-grammar.c
dfilter-grammar.h
dfilter-scanner.c
+dftest
editcap
editcap.1
ethereal