aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dftestlib/integer_1byte.py
AgeCommit message (Collapse)AuthorFilesLines
2018-05-04Test: Add dftest to our tests.Gerald Combs1-18/+0
Move the dfilter tests and captures from tools to test. Change-Id: I2e6a6cc1d383c985ba07c76c93ae1c57d3c8f84c Reviewed-on: https://code.wireshark.org/review/27339 Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by: Petri Dish Buildbot Reviewed-by: Gerald Combs <gerald@wireshark.org>
2018-04-15dftestlib: remove unnecessary execute bitPeter Wu1-0/+0
tools/dfilter-test.py is the main script, others are imported as needed. Change-Id: I5ce7bd298b90d3e16c83c6b219c2717ccbcf2a10 Reviewed-on: https://code.wireshark.org/review/26944 Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
Change-Id: I3861061ec261e63b23621799e020e811ed78a343 Reviewed-on: https://code.wireshark.org/review/26333 Petri-Dish: Dario Lombardo <lomato@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-10-27Fix up some more svn properties.Jeff Morriss1-1/+1
svn path=/trunk/; revision=52882
2013-10-06Add license text to dftestlib files, and point to theGilbert Ramirez1-1/+18
capture files that someone renamed from *.cap to *.pcap. svn path=/trunk/; revision=52414
2013-09-18Update dfilter-test.py to use a much more modern test harness,Gilbert Ramirez1-0/+15
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