aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan2015-01-273-5/+487
* Test suite: Add verbosity to the HTTP2 test.Gerald Combs2015-01-231-11/+22
* Fix test script to test Lua Pinfo, and fix problem it found.Guy Harris2015-01-232-3/+1
* HTTP2: Add HPACK decode to test suiteAlexis La Goutte2015-01-202-0/+16
* Fix Cygwin pathGraham Bloice2015-01-121-1/+1
* Make running the tests a little easier on WindowsGraham Bloice2015-01-121-3/+8
* Fix lua tests on WindowsGraham Bloice2015-01-022-1/+2
* test: improve check for out-of-tree testsEvan Huus2015-01-021-4/+5
* test: default WS_QT_BIN_PATH to WS_BIN_PATHEvan Huus2015-01-021-1/+1
* Make it easier to run tests out of tree.Joerg Mayer2015-01-021-3/+8
* Lua: regex test suite fails with UTF-8 localeHadriel Kaplan2015-01-021-1/+7
* Test suite: Make sure we have a usable locale before we run iconv.Gerald Combs2014-12-311-0/+5
* Lua: allow a Dissector object to be passed in for register_heuristicHadriel Kaplan2014-12-313-2/+63
* Test suite: Start testing our output for valid UTF-8.Gerald Combs2014-12-302-0/+22
* Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan2014-12-251-28/+155
* test suite: (Minor) fix some double spaceAlexis La Goutte2014-12-242-4/+4
* test suite: fix indent (use tabs) and add modelinesAlexis La Goutte2014-12-233-50/+61
* Remove private_data member from packet_info structure.Michael Mann2014-12-011-2/+0
* Try to speed up ping-dependent capture tests.Gerald Combs2014-10-081-9/+14
* Re-enable the Wireshark test suite.Gerald Combs2014-10-031-1/+1
* Partially re-enable Wireshark tests.Gerald Combs2014-10-022-3/+6
* Temporarily disable the Qt tests added in g58cde5c.Gerald Combs2014-10-022-2/+2
* Add tests for the Qt UI.Gerald Combs2014-10-014-4/+43
* Fix lua bindings to handle timestamp precision changesEvan Huus2014-09-291-1/+1
* test: add decryption test for isakmp with certificatesAlex Badea2014-09-243-0/+19
* Qt → wireshark. GTK+ → wireshark-gtk.Gerald Combs2014-09-024-8/+8
* make unit-test suite work out-of-treeEvan Huus2014-07-121-5/+15
* Tighten the dump-glossary test.Evan Huus2014-06-271-1/+4
* Decrease TRAFFIC_CAPTURE_DURATION from 60s to 15s.Gerald Combs2014-06-251-1/+1
* Check for lua by grepping the output of tshark -vEvan Huus2014-06-181-2/+2
* Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris2014-05-242-2/+5
* Fix lua directory tests.Evan Huus2014-05-211-14/+16
* Revert part of g757db64e484b009c3Evan Huus2014-04-271-1/+1
* Have DTLS just dissect the test capture as dataEvan Huus2014-04-261-1/+1
* Don't use HTTP filter for DTLS decryption test as it's not really HTTP traffi...Michael Mann2014-04-252-2/+2
* Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan2014-04-172-25/+246
* Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan2014-04-142-0/+599
* Switch to Lua 5.2.3 built with MSVC2010 instead of the one built with MingW g...Pascal Quantin2014-04-071-7/+7
* Get it compiling again: WindowsXP build failingHadriel Kaplan2014-04-061-7/+7
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-3114-25/+0
* Continue to remove $Id$ from top of fileAlexis La Goutte2014-03-311-2/+0
* Add various functions for Lua directory handling and path infoHadriel Kaplan2014-03-262-0/+219
* Add filterable expert info for LuaHadriel Kaplan2014-03-264-9/+137
* Add Lua Struct.values() function, and prevent coercion in all Struct functionsHadriel Kaplan2014-03-231-0/+19
* Fix spelling mistakes in Lua test scriptsHadriel Kaplan2014-03-224-28/+28
* Add way for Lua file reader to save state per file read/write opsHadriel Kaplan2014-03-223-261/+528
* Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan2014-03-194-11/+31
* Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann2014-03-195-0/+2147
* Add Lua heuristic dissector supportHadriel Kaplan2014-03-145-17/+215
* add a test for SSL/TLS decryption using the master secretMartin Kaiser2014-03-133-3/+22