aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2012-07-25zbee.aps was renamed zbee_aps (in r43990).morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44009 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update Free Software Foundation address.darkjames9-9/+9
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss22-37/+500
DATA chunk: having them in both places is helpful when looking at the messages but having them separate is helpful when graphing the RTTs. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43406 f5534014-38df-0310-8fa8-9805f1628bb7
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.gerald2-2/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38784 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-21Undo the checking of command line interfaces. It might the a pipe...tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38146 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-21Adopt test to new error handling.tuexen1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38145 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-11Use the proper function name.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37982 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-01Re-enable Cygwin's error_start environment variable.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37860 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-01Comment out the addtion of error_start to CYGWIN in case it's clobberinggerald1-1/+1
Jakub's change in r37857. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37858 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-01Fix indentation.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37855 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-01Tell Cygwin to create a core file if we run into any issues.gerald1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37852 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-30Temporarily enable dumpcap debugging.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37844 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-30Remove tracing.gerald1-2/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37838 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-29Temporarily enable tracing for the stdin capture step.gerald1-0/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37837 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-28Add more error output to try to see what's causing the current test failuregerald1-12/+13
on the XP buildbot. Use "capture_test_output_print" instead of "cat". git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37825 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-27Update suite-clopts.sh to match dumpcap's error output. Add a commentgerald1-1/+1
to dumpcap.c about keeping the errors synced. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37805 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-23Add a check for TShark's return status.gerald1-0/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37774 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-31Try adding the fifo step to Wireshark. Clean up the order of tests.gerald1-1/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37485 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-26Add a "capture from stdin" test.gerald1-1/+35
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37416 f5534014-38df-0310-8fa8-9805f1628bb7
2011-05-12"tshark -D" writes to stderr now.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37092 f5534014-38df-0310-8fa8-9805f1628bb7
2010-07-01TShark now exits with a status of 1 for an invalid interface or captureguy1-2/+2
filter; check for that, rather than for a status of 0. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33397 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-05Clean up indentation.guy1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33104 f5534014-38df-0310-8fa8-9805f1628bb7
2010-06-01capture() can, in some cases, return FALSE when the capture succeeds;guy1-2/+2
back out the change to check its return value until we fix that. Also back out the test suite changes to look for an error exit for invalid capture filters and interfaces. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33029 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-28Use return rather than exit in main().guy1-2/+2
Return 2 for a capture error - we mainly use 1 for command-line syntax errors (rather than, say, filter syntax errors or an invalid interface). Now that TShark exits with an error status when given an invalid capture filter or invalid interface, check for "error" rather than "success" as an exit status. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33006 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-07-I is now a valid TShark option (at least if you have libpcap 1.x).guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32708 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-02Squelch some compiler warnings, clean up indentation, clean up aguy1-1/+1
comment. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32076 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-22-P is no longer invalid. We use it for the 'two pass analysis'krj1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30083 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-28Update the adapter name check to match the buildbot.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29221 f5534014-38df-0310-8fa8-9805f1628bb7
2009-05-11test.sh: revise tests to handle revised capinfos output.wmeier2-9/+9
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28332 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13add a comment that the ping code is running in the background (that caused ↵ulfl1-1/+3
me some headache :-) change the ping packet length, so the last packet will have exactly 100 bytes (at least on Windows) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24998 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13fix a commentulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24980 f5534014-38df-0310-8fa8-9805f1628bb7
2008-04-13update some prerequisitesulfl1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24979 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-24OK: comment out gathering of debug info; nothing interesting.wmeier1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24451 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-23Add some debug info to help in diagnosing buildbot 'run tests' failureswmeier3-9/+48
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24447 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-29Is ping not installed on the Solaris buildbot, or does the path of theguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23670 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-23fix a comment: manifest files are now embedded into .exe / .dll files, no ↵ulfl1-1/+1
need to copy them git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23547 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-23because of the privilege separation done, read filters won't work by ↵ulfl1-1/+2
definition now. Comment out the corresponding test case git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23546 f5534014-38df-0310-8fa8-9805f1628bb7
2007-11-08Move SKIP_CAPTURE from suite-capture.sh to config.sh so that we can use itgerald3-15/+16
in suite-clopts as well. Allow it to be set externally. This should fix the "test" failure in the Solairs builder. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23399 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09As requested on -dev, put the (currently failing) 'Capture 10 packets using ↵morriss1-1/+1
stdout' test back in for tshark git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23110 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-09alpha -> betaulfl1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23107 f5534014-38df-0310-8fa8-9805f1628bb7
2007-10-08Temporarily disable 'Capture 10 packets using stdout' test for tshark until ↵morriss1-1/+1
we can get that working git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23095 f5534014-38df-0310-8fa8-9805f1628bb7
2007-09-28Support Solaris along with Windows.gerald1-7/+20
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@23020 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-28Re-enable capture tests now that a a dumpcap problem has been corrected.wmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22708 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-27Re-enable unittests after determining that they work correctly wmeier1-3/+3
on Windows (and shouldn't cause the Windows buildbot any problems). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22686 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-27Prevent execution of the fifo tests on Windows.wmeier1-3/+6
(Windows cygwin has a mkfifo but Windows dumpcap & etc use Windows named pipes which are different than the cygwin named pipes). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22685 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-25Disable capture tests and unit tests until possible issues corrected.wmeier2-6/+6
Hopefully the windows buildbot will be OK with these tests disabled temporarily. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22660 f5534014-38df-0310-8fa8-9805f1628bb7
2007-08-24do the fifo test on platforms where mkfifo is availablerichardv1-3/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22640 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-17Try this again (with a longer timeout and more diagnostic info)wmeier2-6/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21811 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-15Capture tests using Wireshark seem to be causing a problem; disable them for ↵wmeier1-1/+1
now. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21791 f5534014-38df-0310-8fa8-9805f1628bb7
2007-04-24Addt'l fixes so suite-unittests will run under windowswmeier1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21546 f5534014-38df-0310-8fa8-9805f1628bb7