aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Collapse)AuthorFilesLines
2013-03-27Run the wmem unit tests with --verbose (provided by glib) so that ifEvan Huus1-1/+5
one of the random bits fails we get the seed to reproduce with. svn path=/trunk/; revision=48576
2013-03-23Add wmem unit test binary (still empty) to nmake build and toEvan Huus1-0/+6
the unit test part of the test suite. Once I know it's building and running properly on the buildbots then I'll actually start writing tests. svn path=/trunk/; revision=48517
2013-03-18Disable software updates in a blind attempt to fix the recent testGerald Combs1-2/+1
failures. svn path=/trunk/; revision=48391
2013-03-12Minor updates.Gerald Combs1-3/+1
svn path=/trunk/; revision=48268
2013-03-01Whitespace changes: Convert spaces to tabs. Add modelines.Chris Maynard7-97/+147
svn path=/trunk/; revision=47975
2013-03-01Convert spaces to tabs in capture_step_snapshot().Chris Maynard1-5/+5
(Maybe this will make the XP buildbot happy so test.sh succeeds again?) svn path=/trunk/; revision=47969
2012-12-20tshark now accepts -Q.Jeff Morriss1-1/+1
svn path=/trunk/; revision=46633
2012-12-12tshark now accepts -g.Jeff Morriss1-2/+2
svn path=/trunk/; revision=46519
2012-11-21Make the error message for "we didn't get the error message we expected"Guy Harris1-6/+6
clearer - it's not as if we didn't expect to get an error message, we just didn't expect to get *that particular* error message. svn path=/trunk/; revision=46118
2012-11-21For invalid interfaces, just check for "The capture session could not beGuy Harris1-10/+2
initiated", as we used to do. svn path=/trunk/; revision=46117
2012-11-21We aren't using pcap_create()/pcap_activate() to open interfaces onGuy Harris1-2/+2
Windows, as there isn't yet a WinPcap based on libpcap 1.0.0, so we don't get PCAP_ERROR_NO_SUCH_DEVICE as a return value and thus don't just report "No such device exists" for an invalid interface. svn path=/trunk/; revision=46116
2012-11-21If we're not on Windows, assume we don't have sufficient privileges toGuy Harris1-2/+10
open any capture devices, so "-i invalid_interface" will fail with a "no permission" error rather than a "no such device" error. svn path=/trunk/; revision=46115
2012-11-21Give a better failure message for the cases where a test failed notGuy Harris1-14/+14
because of an incorrect exit status but because of the error message not being what we expected. Include the name of the program being tested in the capture filter/interface options tests. svn path=/trunk/; revision=46110
2012-11-21Handle an error message that includes single quotes.Guy Harris1-1/+1
svn path=/trunk/; revision=46105
2012-11-21Add dumpcap command-line option tests; run them before TShark tests, soGuy Harris1-15/+124
that if dumpcap isn't working right, we don't try TShark tests, as TShark tests that involve capturing probably won't work. svn path=/trunk/; revision=46104
2012-11-21Fix the error message to test for when testing "-i invalid_interface".Guy Harris1-1/+1
svn path=/trunk/; revision=46103
2012-11-21Fix the capitalization of the error message printed if you specify anGuy Harris1-1/+1
invalid interface index. svn path=/trunk/; revision=46102
2012-11-19I thought the test suite was run with capture permissions; that does not ↵Jeff Morriss1-1/+1
appear to be true. Fix the expected output for the "invalid interface" test (again). svn path=/trunk/; revision=46091
2012-11-19r46083 added interface name matching which changed the error text when an ↵Jeff Morriss1-1/+1
interface can't be found. Update the test to check for the new wording. svn path=/trunk/; revision=46086
2012-07-25zbee.aps was renamed zbee_aps (in r43990).Jeff Morriss1-1/+1
svn path=/trunk/; revision=44009
2012-06-28Update Free Software Foundation address.Jakub Zawadzki9-9/+9
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-01Add more manufacturer names.Gerald Combs1-1/+1
svn path=/trunk/; revision=42973
2012-05-30In recent versions of GLib (test with 2.32) g_log_default_handlerGerald Combs1-4/+30
helpfully ignores G_LOG_LEVEL_INFO and G_LOG_LEVEL_DEBUG messages by default. If the console_log_level preference includes either of those two levels set the G_MESSAGES_DEBUG environment variable so that those messages are printed. Add checks for various console log messages to the stdin capture suite. Fixes bug 7265. svn path=/trunk/; revision=42930
2012-05-16Update INSTALL_DIR to match r42659.Gerald Combs1-3/+3
svn path=/trunk/; revision=42660
2012-04-12Print the TShark version information during the prerequisite phase.Gerald Combs1-0/+13
svn path=/trunk/; revision=42029
2012-04-03Add a to-do list for more decryption tests.Gerald Combs1-0/+14
svn path=/trunk/; revision=41908
2012-04-02Add a test for Zigbee. Compress the 802.11 capture. Fix an error message.Gerald Combs4-2/+19
svn path=/trunk/; revision=41898
2012-04-02Add a test for DTLS decryption.Gerald Combs4-0/+35
svn path=/trunk/; revision=41896
2012-03-30Add a missing file.Gerald Combs1-0/+2
svn path=/trunk/; revision=41866
2012-03-30Add a WPA PSK decryption test.Gerald Combs2-2/+19
svn path=/trunk/; revision=41865
2012-03-30Clobber our personal configuration directory on Windows.Gerald Combs2-3/+5
svn path=/trunk/; revision=41860
2012-03-30More fixes for Windows. UATs need to be created in ../wireshark-gtk2Gerald Combs1-6/+6
and backslashes need to be escaped. svn path=/trunk/; revision=41859
2012-03-30rsasnakeoil2 is a PCAP file; name it .pcap for consistency. Set SVN ↵Jeff Morriss2-1/+1
properties appropriately. svn path=/trunk/; revision=41858
2012-03-30Fix the location of dhcp.pcap.Gerald Combs4-15/+14
svn path=/trunk/; revision=41857
2012-03-30Fix decryption test on Windows.Gerald Combs3-5/+5
svn path=/trunk/; revision=41856
2012-03-30Add a missing file.Gerald Combs1-0/+1
svn path=/trunk/; revision=41855
2012-03-30Add a decryption test suite along with an SSL decryption test. Move ourGerald Combs11-18/+198
growing collection of capture files to a subdirectory. svn path=/trunk/; revision=41852
2012-03-13Add a "fileformats" suite (copied from the I/O suite) to check fileGerald Combs6-5/+162
format conversion. So far we check nanosecond pcap, microsecond pcap-ng and nanosecond pcap-ng against standard pcap. Fix color output on OS X. svn path=/trunk/; revision=41541
2011-08-29Replace "-Q" with "WIRESHARK_QUIT_AFTER_CAPTURE" as discussed in bug 6256.Gerald Combs2-2/+6
svn path=/trunk/; revision=38784
2011-07-21Undo the checking of command line interfaces. It might the a pipe...Michael Tüxen1-1/+1
svn path=/trunk/; revision=38146
2011-07-21Adopt test to new error handling.Michael Tüxen1-1/+1
svn path=/trunk/; revision=38145
2011-07-11Use the proper function name.Gerald Combs1-1/+1
svn path=/trunk/; revision=37982
2011-07-01Re-enable Cygwin's error_start environment variable.Gerald Combs1-1/+1
svn path=/trunk/; revision=37860
2011-07-01Comment out the addtion of error_start to CYGWIN in case it's clobberingGerald Combs1-1/+1
Jakub's change in r37857. svn path=/trunk/; revision=37858
2011-07-01Fix indentation.Gerald Combs1-1/+1
svn path=/trunk/; revision=37855
2011-07-01Tell Cygwin to create a core file if we run into any issues.Gerald Combs1-0/+1
svn path=/trunk/; revision=37852
2011-06-30Temporarily enable dumpcap debugging.Gerald Combs1-1/+1
svn path=/trunk/; revision=37844
2011-06-30Remove tracing.Gerald Combs1-2/+0
svn path=/trunk/; revision=37838
2011-06-29Temporarily enable tracing for the stdin capture step.Gerald Combs1-0/+2
svn path=/trunk/; revision=37837
2011-06-28Add more error output to try to see what's causing the current test failureGerald Combs1-12/+13
on the XP buildbot. Use "capture_test_output_print" instead of "cat". svn path=/trunk/; revision=37825