| Commit message (Expand) | Author | Age | Files | Lines |
* | TShark now exits with a status of 1 for an invalid interface or capture | Guy Harris | 2010-07-01 | 1 | -2/+2 |
* | Clean up indentation. | Guy Harris | 2010-06-05 | 1 | -2/+2 |
* | capture() can, in some cases, return FALSE when the capture succeeds; | Guy Harris | 2010-06-01 | 1 | -2/+2 |
* | Use return rather than exit in main(). | Guy Harris | 2010-05-28 | 1 | -2/+2 |
* | -I is now a valid TShark option (at least if you have libpcap 1.x). | Guy Harris | 2010-05-07 | 1 | -1/+1 |
* | "Unit tests" is two words (at least in English). | Guy Harris | 2010-03-01 | 1 | -1/+1 |
* | -P is no longer invalid. We use it for the 'two pass analysis' | Kovarththanan Rajaratnam | 2009-09-22 | 1 | -1/+1 |
* | Update the adapter name check to match the buildbot. | Gerald Combs | 2009-07-28 | 1 | -1/+1 |
* | test.sh: revise tests to handle revised capinfos output. | Bill Meier | 2009-05-11 | 2 | -9/+9 |
* | add a comment that the ping code is running in the background (that caused me... | Ulf Lamping | 2008-04-13 | 1 | -1/+3 |
* | fix a comment | Ulf Lamping | 2008-04-13 | 1 | -1/+1 |
* | update some prerequisites | Ulf Lamping | 2008-04-13 | 1 | -3/+3 |
* | OK: comment out gathering of debug info; nothing interesting. | Bill Meier | 2008-02-24 | 1 | -6/+6 |
* | Add some debug info to help in diagnosing buildbot 'run tests' failures | Bill Meier | 2008-02-23 | 3 | -9/+48 |
* | Is ping not installed on the Solaris buildbot, or does the path of the | Guy Harris | 2007-11-29 | 1 | -1/+1 |
* | fix a comment: manifest files are now embedded into .exe / .dll files, no nee... | Ulf Lamping | 2007-11-23 | 1 | -1/+1 |
* | because of the privilege separation done, read filters won't work by definiti... | Ulf Lamping | 2007-11-23 | 1 | -1/+2 |
* | Move SKIP_CAPTURE from suite-capture.sh to config.sh so that we can use it | Gerald Combs | 2007-11-08 | 3 | -15/+16 |
* | As requested on -dev, put the (currently failing) 'Capture 10 packets using s... | Jeff Morriss | 2007-10-09 | 1 | -1/+1 |
* | alpha -> beta | Ulf Lamping | 2007-10-09 | 1 | -1/+1 |
* | Temporarily disable 'Capture 10 packets using stdout' test for tshark until w... | Jeff Morriss | 2007-10-08 | 1 | -1/+1 |
* | Support Solaris along with Windows. | Gerald Combs | 2007-09-28 | 1 | -7/+20 |
* | Re-enable capture tests now that a a dumpcap problem has been corrected. | Bill Meier | 2007-08-28 | 1 | -3/+3 |
* | Re-enable unittests after determining that they work correctly | Bill Meier | 2007-08-27 | 1 | -3/+3 |
* | Prevent execution of the fifo tests on Windows. | Bill Meier | 2007-08-27 | 1 | -3/+6 |
* | Disable capture tests and unit tests until possible issues corrected. | Bill Meier | 2007-08-25 | 2 | -6/+6 |
* | do the fifo test on platforms where mkfifo is available | Richard van der Hoff | 2007-08-24 | 1 | -3/+6 |
* | Try this again (with a longer timeout and more diagnostic info) | Bill Meier | 2007-05-17 | 2 | -6/+13 |
* | Capture tests using Wireshark seem to be causing a problem; disable them for ... | Bill Meier | 2007-05-15 | 1 | -1/+1 |
* | Addt'l fixes so suite-unittests will run under windows | Bill Meier | 2007-04-24 | 1 | -3/+4 |
* | Use correct install target: 'make ..._install (and not 'make 'install_...') | Bill Meier | 2007-04-24 | 1 | -1/+1 |
* | fix typos | Richard van der Hoff | 2007-04-19 | 1 | -3/+3 |
* | following advice from Gerald, Graham Bloice, and others, let's try copying th... | Richard van der Hoff | 2007-04-18 | 1 | -1/+14 |
* | that didn't help. try skipping the exntest to see if it's just that one. | Richard van der Hoff | 2007-04-07 | 1 | -6/+3 |
* | make the unit tests spam their output, in an attempt yo understand wtf the ma... | Richard van der Hoff | 2007-04-07 | 1 | -3/+6 |
* | another go at fixing the unit tests under windows - give a -f Makefile.nmake arg | Richard van der Hoff | 2007-04-03 | 1 | -1/+1 |
* | hopefully fix this for win32 by using nmake | Richard van der Hoff | 2007-04-03 | 1 | -1/+7 |
* | Propset suite-unittests.sh and add executable to .sh files | Jörg Mayer | 2007-04-03 | 7 | -0/+0 |
* | Run the epan unittests as part of the test suite | Richard van der Hoff | 2007-04-03 | 2 | -0/+73 |
* | Under Windows, try to use the first interface that looks like Ethernet | Gerald Combs | 2007-03-06 | 1 | -1/+7 |
* | Additoinal diagnostic info in output logs | Bill Meier | 2007-02-05 | 1 | -6/+21 |
* | Now need to use interface #2 ?? | Bill Meier | 2007-01-28 | 1 | -1/+1 |
* | Add some debug output so can see why failure when buildbot runs this script | Bill Meier | 2007-01-28 | 1 | -5/+24 |
* | Hack so test.sh will work with bash 3.1.6 or greater | Bill Meier | 2006-12-28 | 1 | -0/+3 |
* | OK: I think I've fixed most of the problems in | Bill Meier | 2006-12-22 | 1 | -22/+7 |
* | Use interface '1' for the capture tests; | Bill Meier | 2006-12-22 | 2 | -3/+27 |
* | Add additional output to try to find out why the "capture 10 | Bill Meier | 2006-12-22 | 1 | -5/+12 |
* | The capture test suite currently fails on quiet networks. Try to fix | Gerald Combs | 2006-12-11 | 2 | -12/+53 |
* | Add command-line options: -c disables color, -h prints help, -s runs | Gerald Combs | 2006-10-10 | 2 | -8/+56 |
* | Pick up TRAFFIC_CAPTURE_IFACE from the environment if it's set, otherwise | Gerald Combs | 2006-10-09 | 1 | -1/+1 |