aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.display_filter
AgeCommit message (Collapse)AuthorFilesLines
2015-09-11dfilter: Add membership operatorJeffrey Smith1-0/+1
Added a new relational test: 'x in {a b c}'. The only LHS entity supported at this time is a field. The generated DFVM operations are equivalent to an OR'ed series of =='s, but with the redundant existence tests removed. Change-Id: Iddc89b81cf7ad6319aef1a2a94f93314cb721a8a Reviewed-on: https://code.wireshark.org/review/10246 Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com> Petri-Dish: Hadriel Kaplan <hadrielk@yahoo.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-03-25dfilter-test.py: add OOT support and Python 3 compatPeter Wu1-1/+1
Support WS_BIN_PATH and SOURCE_DIR (modelled after test/config.sh) to support out-of-tree builds (including cmake). Add Python 3 support and mention this in the documentation. Tested with Python 2.7.9, 3.2.6, 3.4.3: WS_BIN_PATH=/tmp/wsbuild/run SOURCE_DIR=/tmp/wireshark \ tools/dfilter-test.py testBytesIPv6 (2.7.9 and 3.4.3 were also tested fully, but some cases seem to fail even before this patch. 2.5.6 and 2.6.6 do not work because the unittest module is outdated.) Change-Id: I13074579f6f74206edb5cd7be8e7a8406de49c56 Reviewed-on: https://code.wireshark.org/review/7793 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-09-18Update dfilter-test.py to use a much more modern test harness,Gilbert Ramirez1-30/+36
the "unittest" module that comes with Python. Specifically, this takes advantage of a couple of features in the "unittest" in Python 2.7. The tests are all the same as before, but much better managed. This is in preparation for some work on the display filter code. svn path=/trunk/; revision=52136
2012-07-26Well, since 1 instance of wireshark was already changed to Wireshark, we ↵Chris Maynard1-3/+3
might as well change the rest too for consistency. svn path=/trunk/; revision=44047
2012-07-26Fix more typos.Chris Maynard1-12/+12
svn path=/trunk/; revision=44046
2012-07-26Fix some percieved typosJörg Mayer1-9/+9
svn path=/trunk/; revision=44045
2012-07-23Combine the two display filter README's into one,Gilbert Ramirez1-8/+489
and add a lot of explanation about how the display filter engine works. Modify dftest.c to remove printing of the dfilter_t pointer, which has absolutely no value for the user. svn path=/trunk/; revision=43941
2007-10-12From Andrew Feren:Stig Bjørlykke1-1/+1
Fix an assortment of typos and other minor errors in various README files svn path=/trunk/; revision=23166
2006-10-16split the display filter engine doc into it's own fileUlf Lamping1-0/+117
svn path=/trunk/; revision=19549