aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
AgeCommit message (Expand)AuthorFilesLines
2015-11-26Change Lua tests to reflect the disappearance of WTAP_ENCAP_IEEE_802_11_AIROP...Guy Harris3-1482/+29
2015-11-16For now, call the finish routine in Lua file writers "close".Guy Harris1-3/+3
2015-11-09Update tests to reflect Lua file API change (write_close -> write_finish).Guy Harris1-3/+3
2015-07-24Lua: add the 1.12.x Lua API to the globals verification test suiteHadriel Kaplan1-0/+1260
2015-07-09Lua: add functions for more field informationHadriel Kaplan1-0/+34
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-1/+1
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 Kaplan1-0/+452
2015-01-23Fix test script to test Lua Pinfo, and fix problem it found.Guy Harris1-2/+0
2015-01-02Lua: regex test suite fails with UTF-8 localeHadriel Kaplan1-1/+7
2014-12-31Lua: allow a Dissector object to be passed in for register_heuristicHadriel Kaplan2-1/+24
2014-12-25Bug 10233 - Wireshark crashes if Lua heuristic dissector returns trueHadriel Kaplan1-28/+155
2014-12-01Remove private_data member from packet_info structure.Michael Mann1-2/+0
2014-09-29Fix lua bindings to handle timestamp precision changesEvan Huus1-1/+1
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-17Add tvb_get and proto_tree_add for string-encoded byte arraysHadriel Kaplan1-25/+238
2014-04-14Add tvb_get and proto_tree_add for string-encoded timestampsHadriel Kaplan1-0/+582
2014-03-26Add various functions for Lua directory handling and path infoHadriel Kaplan1-0/+202
2014-03-26Add filterable expert info for LuaHadriel Kaplan3-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 Kaplan2-261/+526
2014-03-19Fix lua file testsuite not working and weak heuristic readers not being regis...Hadriel Kaplan2-2/+21
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann2-0/+1913
2014-03-14Add Lua heuristic dissector supportHadriel Kaplan3-7/+205
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 Kaplan7-0/+1446
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 Kaplan1-0/+566
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan4-0/+2290
2014-02-21Revert "Add test suite for verifying Lua global variables/tables of previous ...Evan Huus4-2279/+0
2014-02-21Add test suite for verifying Lua global variables/tables of previous releases...Hadriel Kaplan4-0/+2279
2014-02-20Add 4 more test scripts for Lua, and its own testsuite menuHadriel Kaplan4-0/+864
2014-02-14Adds support for Lua struct library so one can pack/unpack binary structuresHadriel Kaplan1-0/+339
2014-02-13Lua: add ability for scripts loaded from command-line to be passed argumentsHadriel Kaplan1-0/+36
2014-02-09Add test suite for Lua dissector-related functionsHadriel Kaplan2-0/+666
2014-02-09Fix bug 9736 'Lua: new Int64/UInt64 functions don't prevent division by zero'Hadriel Kaplan1-15/+51
2014-02-04Adds support for Lua Int64 and UInt64 operators, functions, and generalHadriel Kaplan1-0/+341