aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2007-01-28Now need to use interface #2 ??Bill Meier1-1/+1
svn path=/trunk/; revision=20590
2007-01-28Add some debug output so can see why failure when buildbot runs this scriptBill Meier1-5/+24
svn path=/trunk/; revision=20589
2006-12-28Hack so test.sh will work with bash 3.1.6 or greaterBill Meier1-0/+3
which requires 'igncr' to be able to process files in 'dos format' (\r\n line endings) svn path=/trunk/; revision=20229
2006-12-22OK: I think I've fixed most of the problems in Bill Meier1-22/+7
suite-capture.sh which were causing some of tests to fail; The stdout tests still tend to fail: some issue with flushing the stdout pipe ?? svn path=/trunk/; revision=20200
2006-12-22Use interface '1' for the capture tests; Bill Meier2-3/+27
Add additional error output in case any other problems svn path=/trunk/; revision=20197
2006-12-22Add additional output to try to find out why the "capture 10 Bill Meier1-5/+12
packets" test fails during the run-tests step of the buildbot windows build ... svn path=/trunk/; revision=20191
2006-12-11The capture test suite currently fails on quiet networks. Try to fixGerald Combs2-12/+53
this by generating some ICMP packets before each test. Add an "icmp" capture filter to each test to better control the test conditions. Fixup whitespace. svn path=/trunk/; revision=20115
2006-10-10Add command-line options: -c disables color, -h prints help, -s runsGerald Combs2-8/+56
a suite. svn path=/trunk/; revision=19479
2006-10-09Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwiseGerald Combs1-1/+1
use a default value. svn path=/trunk/; revision=19466
2006-10-09Return 1 on failure.Gerald Combs2-8/+8
svn path=/trunk/; revision=19464
2006-10-09Make preparations for running under Buildbot:Gerald Combs5-42/+128
- Check for an "all" argument at startup. If it's present, then proceed with testing. - Add a platform check. Use it to handle cases where we can't run as a normal user, e.g. trying to capture under Linux. - Add a "Skipped" result. svn path=/trunk/; revision=19461
2006-10-08from Richard van der Hoff:Ulf Lamping2-2/+42
[tshark from a fifo] I've even gone so far as to add a unit test for it ULFL: as mkfifo isn't available on Win32 (not even cygwin), make this test configurable in config.sh svn path=/trunk/; revision=19457
2006-10-08change the binary path to current windows debug dir: wireshark-gtk2Ulf Lamping2-6/+11
don't use promiscuous mode as default (my Win32 WLAN card won't capture any packets with it - might probably be better for other users as well) svn path=/trunk/; revision=19455
2006-08-29use unique variable names to prevent "global variable" side effects -> ↵Ulf Lamping2-4/+4
endless repeating tests of subsections svn path=/trunk/; revision=19077
2006-08-02From Richard van der Hoff:Anders Broman1-1/+1
An error message has been changed, such that the commandline options test doesn't work any more. This patch fixes the test accordingly. svn path=/trunk/; revision=18827
2006-06-17ethereal to wireshark conversionRonnie Sahlberg4-10/+10
svn path=/trunk/; revision=18495
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs4-4/+4
ethereal.com -> wireshark.org mailing lists and addresses ETHEREAL -> WIRESHARK Man pages Automake/Autoconf names svn path=/trunk/; revision=18271
2006-05-31Tethereal/tethereal -> TShark/tshark.Gerald Combs6-37/+37
svn path=/trunk/; revision=18268
2006-05-22ethereal->wiresharkRonnie Sahlberg5-5/+5
svn path=/trunk/; revision=18207
2006-05-21name changeRonnie Sahlberg6-12/+12
svn path=/trunk/; revision=18197
2006-02-17preparation for a very simple regression testUlf Lamping1-0/+4
svn path=/trunk/; revision=17342
2006-01-07add a new suite of file I/O test casesUlf Lamping2-1/+164
svn path=/trunk/; revision=16970
2006-01-07fix a test case and some commentsUlf Lamping1-4/+2
svn path=/trunk/; revision=16969
2006-01-06minor cleanupUlf Lamping1-2/+5
svn path=/trunk/; revision=16964
2006-01-05add a test case: writing the capture file to stdout: "-w -"Ulf Lamping1-5/+42
svn path=/trunk/; revision=16959
2006-01-05interface index 0 is invalid (starting with 1), check if it's rejected correctlyUlf Lamping1-1/+20
svn path=/trunk/; revision=16946
2006-01-05add the possibility for a prepare step before doing the actual test stepUlf Lamping1-1/+11
svn path=/trunk/; revision=16945
2006-01-05add missing keys 4-9Ulf Lamping1-0/+30
svn path=/trunk/; revision=16944
2005-12-13add a new directory 'test', currently containing an alpha test (using some ↵Ulf Lamping7-0/+879
simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details. svn path=/trunk/; revision=16788