aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2015-09-28Fix tests to allow selection of suite 10Graham Bloice1-48/+23
2015-09-23Add a test to verify we pre-allocated enough hf entries.Jeff Morriss1-0/+7
2015-08-20Get the windows buildbot working for mergecap test suiteHadriel Kaplan1-15/+15
2015-08-19Try to debug merge test suite failure on windows buildbotHadriel Kaplan1-6/+13
2015-08-19Mergecap: add test suite for various merging scenariosHadriel Kaplan7-3/+265
2015-07-24Lua: add the 1.12.x Lua API to the globals verification test suiteHadriel Kaplan2-0/+1266
2015-07-17Remove the debugging output; it's now attached to the bug.Guy Harris1-6/+0
2015-07-17In the p < q test, first run tshark -V, to see the full dissection.Guy Harris1-2/+2
2015-07-17Dump the output of tshark in the p < q decryption test.Guy Harris1-2/+4
2015-07-17Don't discard the echo command's output.Guy Harris1-1/+1
2015-07-17OK, that didn't do it - print the command again.Guy Harris1-0/+4
2015-07-17Generate key paths as UN*X paths and then run them through cygpath.Guy Harris1-5/+10
2015-07-17Temporarily log the command that's failing.Guy Harris1-0/+3
2015-07-16test: fix RSA decryption test under WindowsPeter Wu1-1/+1
2015-07-15ssl-utils: fix failing decryption for some RSA keysPeter Wu3-0/+31
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-0/+34
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