aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-06-23Exit with the exit status of the command we ran.Guy Harris1-1/+6
2015-06-23Try to catch TShark crashing and get a stack trace.Guy Harris1-1/+1
2015-06-08Debugging printf.Guy Harris1-0/+1
2015-06-04Fix decryption test suite on WindowsPascal Quantin2-1/+1
2015-06-04SSL: Add support for private key password when decryptingKevin Grigorenko3-0/+15
2015-05-11Try to handle the executable being a libtool wrapper.Guy Harris1-2/+29
2015-05-11Remove trailing whitespace.Guy Harris1-1/+1
2015-05-11Skip past env and its environment-variable arguments.Guy Harris1-1/+20
2015-05-11Try to get a stack trace from core dumps.Guy Harris1-7/+54
2015-05-11When piping tshark to something else, run it with run_and_catch_crashes.Guy Harris2-14/+14
2015-05-10Fix pathname used to run run_and_catch_crashes.Guy Harris1-1/+1
2015-05-10Try wrapping some tshark invocations in a script to catch crashes.Guy Harris2-1/+21
2015-05-08IEEE 802.11: 802.1X (WPA-EAP) rekeying supportdeagol3-1/+21
2015-03-30Add ftsanity.py to the unit tests.Gerald Combs1-2/+23
2015-03-13Add a test-programs target everywhere.Gerald Combs2-51/+31
2015-03-12CMake: Update wslua build and test.Gerald Combs2-1/+5
2015-03-12Fix the Lua FPM dissector test.Gerald Combs1-4/+15
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs2-5/+5
2015-03-01"Break" the Acme reader so that the tests work.Guy Harris1-0/+7
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan3-5/+487
2015-01-23Test suite: Add verbosity to the HTTP2 test.Gerald Combs1-11/+22
2015-01-23Fix test script to test Lua Pinfo, and fix problem it found.Guy Harris2-3/+1
2015-01-20HTTP2: Add HPACK decode to test suiteAlexis La Goutte2-0/+16
2015-01-12Fix Cygwin pathGraham Bloice1-1/+1
2015-01-12Make running the tests a little easier on WindowsGraham Bloice1-3/+8
2015-01-02Fix lua tests on WindowsGraham Bloice2-1/+2
2015-01-02test: improve check for out-of-tree testsEvan Huus1-4/+5
2015-01-02test: default WS_QT_BIN_PATH to WS_BIN_PATHEvan Huus1-1/+1
2015-01-02Make it easier to run tests out of tree.Joerg Mayer1-3/+8
2015-01-02Lua: regex test suite fails with UTF-8 localeHadriel Kaplan1-1/+7
2014-12-31Test suite: Make sure we have a usable locale before we run iconv.Gerald Combs1-0/+5
2014-12-31Lua: allow a Dissector object to be passed in for register_heuristicHadriel Kaplan3-2/+63
2014-12-30Test suite: Start testing our output for valid UTF-8.Gerald Combs2-0/+22
2014-12-25Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan1-28/+155
2014-12-24test suite: (Minor) fix some double spaceAlexis La Goutte2-4/+4
2014-12-23test suite: fix indent (use tabs) and add modelinesAlexis La Goutte3-50/+61
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-2/+0
2014-10-08Try to speed up ping-dependent capture tests.Gerald Combs1-9/+14
2014-10-03Re-enable the Wireshark test suite.Gerald Combs1-1/+1
2014-10-02Partially re-enable Wireshark tests.Gerald Combs2-3/+6
2014-10-02Temporarily disable the Qt tests added in g58cde5c.Gerald Combs2-2/+2
2014-10-01Add tests for the Qt UI.Gerald Combs4-4/+43
2014-09-29Fix lua bindings to handle timestamp precision changesEvan Huus1-1/+1
2014-09-24test: add decryption test for isakmp with certificatesAlex Badea3-0/+19
2014-09-02Qt → wireshark. GTK+ → wireshark-gtk.Gerald Combs4-8/+8
2014-07-12make unit-test suite work out-of-treeEvan Huus1-5/+15
2014-06-27Tighten the dump-glossary test.Evan Huus1-1/+4
2014-06-25Decrease TRAFFIC_CAPTURE_DURATION from 60s to 15s.Gerald Combs1-1/+1
2014-06-18Check for lua by grepping the output of tshark -vEvan Huus1-2/+2
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2-2/+5