aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-01-20LUA: allow conversion from string to uint64 in any baseNardi Ivan1-1/+7
2023-12-06Draft: Make LTE Uu stats and graph work for NR tooMartin Mathieson1-1/+1
2023-10-24Update Pinfo.port_type tests now that it's writeableJosh Strohminger1-2/+5
2023-09-07Clean up handling of string encodings for byte arrays and absolute times.Guy Harris1-30/+21
2023-08-23Lua: Load init.lua from plugins directoryJoão Valverde1-2/+0
2023-08-23Lua: Remove package.prepend_pathJoão Valverde1-1/+0
2023-08-22test: Add Lua ByteArray integer testsStig Bjørlykke1-0/+215
2023-08-09test: Fix lua tvbrange test since length is now in new encodingJohn Thacker1-28/+6
2023-08-08fix documentationJonathan Landis1-11/+2
2023-08-08test suite for lua add_packet_fieldJonathan Landis2-0/+1038
2023-08-08bugfix: proto_tree_add_time_item *endoff should be offset not lengthJonathan Landis1-2/+2
2023-08-08Refine lua tests for clarityDavid Perry10-713/+373
2023-06-28Test suite: lua library for lua testsDavid Perry13-1519/+1171
2023-06-12Lua: DNS: Fix Fields for multi-question queriesTrevor Bergeron1-1/+7
2023-06-12Lua: Fix root zone queries in DNS exampleTrevor Bergeron1-20/+23
2023-01-04WSLUA: allow 64 bits bitmask for ProtoField objectsNardi Ivan2-1/+92
2022-10-11Windows: Store "gui.console_open" in the Windows registryJoão Valverde1-9/+8
2022-05-26Lua: Add lrexlib-pcre2 Lua regex bindingsJoão Valverde1-0/+3
2022-05-26Lua: Remove on-life-support GRegex bindingsJoão Valverde8-1466/+0
2022-04-12Qt: Update our dynamic menu groups.Gerald Combs1-11/+16
2021-12-30wsutil: Fix time zone handling.John Thacker1-6/+6
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-02epan: Add ENC_ISO_8601_DATE_TIME_BASICJohn Thacker2-1/+43
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-1/+0
2021-07-12Carry EPB flags as an option on the packet blockDavid Perry1-1/+0
2021-07-07Use wtap_blocks for packet commentsDavid Perry2-2/+0
2021-06-21Lua: reconcile expert info groups; add PI_ASSUMPTIONChuck Craft1-0/+3
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