aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
AgeCommit message (Expand)AuthorFilesLines
2017-06-21Lua: Add "tonumber" method to NSTimeSilvio Gissi1-4/+7
2017-05-05New Lua function TreeItem:referenced(ProtoField | Dissector).Rado Radoulov1-1/+15
2017-03-19Lua: Add some ProtoField testsStig Bjørlykke1-1/+40
2017-03-15Lua: Add absolute time base valuesStig Bjørlykke1-2/+2
2017-03-14Lua: Add some ProtoField tests.Stig Bjørlykke1-0/+121
2016-11-06lua: Added new integer sizes in TvbRangeFranklin "Snaipe" Mathieu1-1/+27
2016-10-25lua: Added support for FT_IPv6 fieldsSnaipe1-1/+43
2016-10-18wslua: prepare for split class/instance (meta)methodsPeter Wu1-25/+0
2016-08-25Go back to having only one SocketCAN LINKTYPE_ value.Guy Harris1-2/+1
2016-08-19Adjust to the split of the SocketCAN encapsulation.Guy Harris1-1/+2
2016-04-02There are two separate IP-over-Infiniband encapsulations.Guy Harris1-1/+2
2016-02-20Initial support for FreeBSD USB captures.Guy Harris1-1/+1
2016-01-24Update Lua tests after g9eda2faPascal Quantin1-6/+6
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