aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite-capture.sh
AgeCommit message (Collapse)AuthorFilesLines
2008-04-13add a comment that the ping code is running in the background (that caused ↵Ulf Lamping1-1/+3
me some headache :-) change the ping packet length, so the last packet will have exactly 100 bytes (at least on Windows) svn path=/trunk/; revision=24998
2007-11-29Is ping not installed on the Solaris buildbot, or does the path of theGuy Harris1-1/+1
script not include /usr/sbin, or is ping installed somewhere other than where it is on my Solaris "machine"? Try explicitly running it as /usr/sbin/ping on Solaris. svn path=/trunk/; revision=23670
2007-11-23because of the privilege separation done, read filters won't work by ↵Ulf Lamping1-1/+2
definition now. Comment out the corresponding test case svn path=/trunk/; revision=23546
2007-11-08Move SKIP_CAPTURE from suite-capture.sh to config.sh so that we can use itGerald Combs1-6/+1
in suite-clopts as well. Allow it to be set externally. This should fix the "test" failure in the Solairs builder. svn path=/trunk/; revision=23399
2007-10-09As requested on -dev, put the (currently failing) 'Capture 10 packets using ↵Jeff Morriss1-1/+1
stdout' test back in for tshark svn path=/trunk/; revision=23110
2007-10-08Temporarily disable 'Capture 10 packets using stdout' test for tshark until ↵Jeff Morriss1-1/+1
we can get that working svn path=/trunk/; revision=23095
2007-09-28Support Solaris along with Windows.Gerald Combs1-7/+20
svn path=/trunk/; revision=23020
2007-08-28Re-enable capture tests now that a a dumpcap problem has been corrected.Bill Meier1-3/+3
svn path=/trunk/; revision=22708
2007-08-25Disable capture tests and unit tests until possible issues corrected.Bill Meier1-3/+3
Hopefully the windows buildbot will be OK with these tests disabled temporarily. svn path=/trunk/; revision=22660
2007-05-17Try this again (with a longer timeout and more diagnostic info)Bill Meier1-5/+12
svn path=/trunk/; revision=21811
2007-05-15Capture tests using Wireshark seem to be causing a problem; disable them for ↵Bill Meier1-1/+1
now. svn path=/trunk/; revision=21791
2007-04-03Propset suite-unittests.sh and add executable to .sh filesJörg Mayer1-0/+0
svn path=/trunk/; revision=21311
2007-02-05Additoinal diagnostic info in output logsBill Meier1-6/+21
svn path=/trunk/; revision=20715
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-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 Meier1-2/+26
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 Combs1-11/+52
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-09Make preparations for running under Buildbot:Gerald Combs1-6/+31
- 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 Lamping1-0/+36
[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 Lamping1-5/+5
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-06-17ethereal to wireshark conversionRonnie Sahlberg1-4/+4
svn path=/trunk/; revision=18495
2006-05-31Rename the main executable to "wireshark", along with more conversions:Gerald Combs1-1/+1
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 Combs1-10/+10
svn path=/trunk/; revision=18268
2006-05-22ethereal->wiresharkRonnie Sahlberg1-1/+1
svn path=/trunk/; revision=18207
2006-05-21name changeRonnie Sahlberg1-2/+2
svn path=/trunk/; revision=18197
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
2005-12-13add a new directory 'test', currently containing an alpha test (using some ↵Ulf Lamping1-0/+193
simple bash scripts) of the ethereal/tethereal command line parameters. See the file README.test for details. svn path=/trunk/; revision=16788