aboutsummaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-11Fix Bug 9870 'Lua: trying to call/get an invalid name results in a get-loop e...Hadriel Kaplan2-4/+16
2014-03-10Add GLib's regex library into LuaHadriel Kaplan8-2/+1465
2014-03-05Add test to dump glossaries.Evan Huus1-1/+20
2014-02-25Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan1-3/+70
2014-02-25Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan2-19/+23
2014-02-24Remove executable bit from a few filesPascal Quantin2-0/+0
2014-02-21Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan2-0/+594
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan6-0/+2313
2014-02-21Revert "Add test suite for verifying Lua global variables/tables of previous ...Evan Huus6-2302/+0
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan6-0/+2302
2014-02-20Fix mode for lua test suiteEvan Huus1-0/+0
2014-02-20Add 4 more test scripts for Lua, and its own testsuite menuHadriel Kaplan7-104/+1086
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan2-0/+356
2014-02-13Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan2-0/+75
2014-02-09Add test suite for Lua dissector-related functionsHadriel Kaplan4-1/+698
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan1-15/+51
2014-02-04Various fixes to the Lua int64 codeEvan Huus2-1/+11