aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Bug 9870 'Lua: trying to call/get an invalid name results in a get-loop e...Hadriel Kaplan2014-03-112-4/+16
* Add GLib's regex library into LuaHadriel Kaplan2014-03-108-2/+1465
* Add test to dump glossaries.Evan Huus2014-03-051-1/+20
* Fix bug 6357: Lua all_field_infos() broken within tap/listenerHadriel Kaplan2014-02-251-3/+70
* Adds some Lua helper functions: some commonly used functions, and to help tro...Hadriel Kaplan2014-02-252-19/+23
* Remove executable bit from a few filesPascal Quantin2014-02-242-0/+0
* Fix bug 9790: Lua: wslua allows duplicate field registrationHadriel Kaplan2014-02-212-0/+594
* Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan2014-02-216-0/+2313
* Revert "Add test suite for verifying Lua global variables/tables of previous ...Evan Huus2014-02-216-2302/+0
* Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan2014-02-216-0/+2302
* Fix mode for lua test suiteEvan Huus2014-02-201-0/+0
* Add 4 more test scripts for Lua, and its own testsuite menuHadriel Kaplan2014-02-207-104/+1086
* Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan2014-02-142-0/+356
* Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan2014-02-132-0/+75
* Add test suite for Lua dissector-related functionsHadriel Kaplan2014-02-094-1/+698
* Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan2014-02-091-15/+51
* Various fixes to the Lua int64 codeEvan Huus2014-02-042-1/+11
* Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan2014-02-042-0/+353
* Remove svn:executable attribute.Jakub Zawadzki2014-01-072-0/+0
* Revert part of r53874Jakub Zawadzki2013-12-111-1/+2
* It's DTLS failing not DVB_CI.Jakub Zawadzki2013-12-081-3/+3
* Try to check why test.sh fails.Jakub Zawadzki2013-12-081-2/+1
* add a decryption test for DVB-CI to the testsuiteMartin Kaiser2013-12-072-1/+20
* README update. Bug 9174 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Michael Mann2013-11-301-3/+26
* Add OID unit tests. Bug 9294 (https://bugs.wireshark.org/bugzilla/show_bug.c...Michael Mann2013-10-191-0/+7
* Slight simplification, inline a function only ever called once.Evan Huus2013-10-092-18/+13