aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-21Fix lua directory tests.Evan Huus1-14/+16
2014-04-27Revert part of g757db64e484b009c3Evan Huus1-1/+1
2014-04-26Have DTLS just dissect the test capture as dataEvan Huus1-1/+1
2014-04-25Don't use HTTP filter for DTLS decryption test as it's not really HTTP traffi...Michael Mann2-2/+2
2014-04-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan2-25/+246
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan2-0/+599
2014-04-07Switch to Lua 5.2.3 built with MSVC2010 instead of the one built with MingW g...Pascal Quantin1-7/+7
2014-04-06Get it compiling again: WindowsXP build failingHadriel Kaplan1-7/+7
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte14-25/+0
2014-03-31Continue to remove $Id$ from top of fileAlexis La Goutte1-2/+0
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan2-0/+219
2014-03-26Add filterable expert info for LuaHadriel Kaplan4-9/+137
2014-03-23Add Lua Struct.values() function, and prevent coercion in all Struct functionsHadriel Kaplan1-0/+19
2014-03-22Fix spelling mistakes in Lua test scriptsHadriel Kaplan4-28/+28
2014-03-22Add way for Lua file reader to save state per file read/write opsHadriel Kaplan3-261/+528
2014-03-19Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan4-11/+31
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann5-0/+2147
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan5-17/+215
2014-03-13add a test for SSL/TLS decryption using the master secretMartin Kaiser3-3/+22