aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* TShark now exits with a status of 1 for an invalid interface or captureGuy Harris2010-07-011-2/+2
* Clean up indentation.Guy Harris2010-06-051-2/+2
* capture() can, in some cases, return FALSE when the capture succeeds;Guy Harris2010-06-011-2/+2
* Use return rather than exit in main().Guy Harris2010-05-281-2/+2
* -I is now a valid TShark option (at least if you have libpcap 1.x).Guy Harris2010-05-071-1/+1
* "Unit tests" is two words (at least in English).Guy Harris2010-03-011-1/+1
* -P is no longer invalid. We use it for the 'two pass analysis'Kovarththanan Rajaratnam2009-09-221-1/+1
* Update the adapter name check to match the buildbot.Gerald Combs2009-07-281-1/+1
* test.sh: revise tests to handle revised capinfos output.Bill Meier2009-05-112-9/+9
* add a comment that the ping code is running in the background (that caused me...Ulf Lamping2008-04-131-1/+3
* fix a commentUlf Lamping2008-04-131-1/+1
* update some prerequisitesUlf Lamping2008-04-131-3/+3
* OK: comment out gathering of debug info; nothing interesting.Bill Meier2008-02-241-6/+6
* Add some debug info to help in diagnosing buildbot 'run tests' failuresBill Meier2008-02-233-9/+48
* Is ping not installed on the Solaris buildbot, or does the path of theGuy Harris2007-11-291-1/+1
* fix a comment: manifest files are now embedded into .exe / .dll files, no nee...Ulf Lamping2007-11-231-1/+1
* because of the privilege separation done, read filters won't work by definiti...Ulf Lamping2007-11-231-1/+2
* Move SKIP_CAPTURE from suite-capture.sh to config.sh so that we can use itGerald Combs2007-11-083-15/+16
* As requested on -dev, put the (currently failing) 'Capture 10 packets using s...Jeff Morriss2007-10-091-1/+1
* alpha -> betaUlf Lamping2007-10-091-1/+1
* Temporarily disable 'Capture 10 packets using stdout' test for tshark until w...Jeff Morriss2007-10-081-1/+1
* Support Solaris along with Windows.Gerald Combs2007-09-281-7/+20
* Re-enable capture tests now that a a dumpcap problem has been corrected.Bill Meier2007-08-281-3/+3
* Re-enable unittests after determining that they work correctly Bill Meier2007-08-271-3/+3
* Prevent execution of the fifo tests on Windows.Bill Meier2007-08-271-3/+6
* Disable capture tests and unit tests until possible issues corrected.Bill Meier2007-08-252-6/+6
* do the fifo test on platforms where mkfifo is availableRichard van der Hoff2007-08-241-3/+6
* Try this again (with a longer timeout and more diagnostic info)Bill Meier2007-05-172-6/+13
* Capture tests using Wireshark seem to be causing a problem; disable them for ...Bill Meier2007-05-151-1/+1
* Addt'l fixes so suite-unittests will run under windowsBill Meier2007-04-241-3/+4
* Use correct install target: 'make ..._install (and not 'make 'install_...')Bill Meier2007-04-241-1/+1
* fix typosRichard van der Hoff2007-04-191-3/+3
* following advice from Gerald, Graham Bloice, and others, let's try copying th...Richard van der Hoff2007-04-181-1/+14
* that didn't help. try skipping the exntest to see if it's just that one.Richard van der Hoff2007-04-071-6/+3
* make the unit tests spam their output, in an attempt yo understand wtf the ma...Richard van der Hoff2007-04-071-3/+6
* another go at fixing the unit tests under windows - give a -f Makefile.nmake argRichard van der Hoff2007-04-031-1/+1
* hopefully fix this for win32 by using nmakeRichard van der Hoff2007-04-031-1/+7
* Propset suite-unittests.sh and add executable to .sh filesJörg Mayer2007-04-037-0/+0
* Run the epan unittests as part of the test suiteRichard van der Hoff2007-04-032-0/+73
* Under Windows, try to use the first interface that looks like EthernetGerald Combs2007-03-061-1/+7
* Additoinal diagnostic info in output logsBill Meier2007-02-051-6/+21
* Now need to use interface #2 ??Bill Meier2007-01-281-1/+1
* Add some debug output so can see why failure when buildbot runs this scriptBill Meier2007-01-281-5/+24
* Hack so test.sh will work with bash 3.1.6 or greaterBill Meier2006-12-281-0/+3
* OK: I think I've fixed most of the problems in Bill Meier2006-12-221-22/+7
* Use interface '1' for the capture tests; Bill Meier2006-12-222-3/+27
* Add additional output to try to find out why the "capture 10 Bill Meier2006-12-221-5/+12
* The capture test suite currently fails on quiet networks. Try to fixGerald Combs2006-12-112-12/+53
* Add command-line options: -c disables color, -h prints help, -s runsGerald Combs2006-10-102-8/+56
* Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwiseGerald Combs2006-10-091-1/+1