aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Lua: add DissectorTable.try_heuristics() functionDaniel Dulaney1-0/+61
2021-03-21dfilter, ftypes: get rid of FT_PCRE.Guy Harris1-1/+0
2020-12-08Lua: Add get_preference() and set_preference() utility functions.Stig Bjørlykke1-0/+123
2020-12-02Lua: make TvbRange:raw() return a subset #12046 v2David Perry1-1/+95
2020-12-01Protobuf/gRPC: add test cases for Protobuf and gRPCHuang Qiangxiong2-0/+74
2020-10-19Lua: base64_decode: handle unpadded dataDavid Perry1-1/+7
2020-10-02Clean up URLs.Guy Harris1-3/+2
2020-03-16wslua: Fix crash on TvbRange:__tostring for a zero-length TVBMoshe Kaplan1-0/+2
2019-10-28wslua: Fix memleak of unregistered ProtoField stringsStig Bjørlykke1-2/+2
2019-10-26wslua: Fix two memory leaks in the lua testsVasil Velichkov1-2/+2
2019-10-16wslua: Improve parameter check in ProtoField.new()Stig Bjørlykke1-1/+20
2019-07-27HTTPS In More Places, update some URLs.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-22wslua: pinfo: make p2p_dir accessible to lua dissectorsMartin Kaiser1-0/+2
2019-03-23Clean up IPMB/I2C link-layer header types.Guy Harris1-2/+2
2018-12-29test: add tests for Unicode paths in Lua and tshark -G foldersPeter Wu1-0/+55
2018-11-27test: lua: add a test for invalid ethernet addressMartin Kaiser1-1/+5
2018-11-25test: lua: (trivial) fix indentationMartin Kaiser1-1/+1
2018-10-18lua: add support for ethernet addresses to the Address classMartin Kaiser1-1/+15
2018-10-17wslua: Add support for base.RANGE_STRING handling.Richard Sharpe1-0/+9
2018-09-07Lua: remove various logging functions (debug, warn, etc.)Peter Wu1-5/+0
2018-08-31Add support for protocol aliases. Switch BOOTP to DHCP.Gerald Combs5-30/+30
2018-07-23Remove executable file permission from lua test filesJaap Keuter5-0/+0
2018-07-20Lua: Switch from disable_lua to enable_lua.Gerald Combs1-1/+1
2018-05-25wslua: fix NSTime:__tostring for negative valuesPeter Wu1-1/+8
2018-05-02Test: Add wslua.Gerald Combs1-3/+9
2018-04-30Lua: ensure that DATA_DIR and USER_DIR have trailing slashesPeter Wu1-0/+5
2018-01-09Use pcapng as the name of the file format.Guy Harris1-3/+3
2017-11-13Remove circuit_id from Lua testsMichael Mann1-5/+0
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