wireshark/test/lua
João Valverde 8ff24c2b6e Lua: Add lrexlib-pcre2 Lua regex bindings
Add the de facto standard Lua regex API to Wireshark. Upstream
code is copied verbatim and the module opened in the "rex" table.
This is just a user convenience and developer quality of life improvement
over the GRegex Lua API because it has always been possible to
load lrexlib-pcre2 as a Lua module from Wireshark.
2022-05-26 10:09:13 +00:00
..
acme_file.lua Use wtap_blocks for packet comments 2021-07-07 18:40:24 +00:00
dir.lua Lua: ensure that DATA_DIR and USER_DIR have trailing slashes 2018-04-30 10:33:46 +00:00
dissectFPM.lua
dissector.lua HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
field.lua wslua: Fix crash on TvbRange:__tostring for a zero-length TVB 2020-03-16 22:42:03 +00:00
globals_2.2.txt Lua: Add lrexlib-pcre2 Lua regex bindings 2022-05-26 10:09:13 +00:00
inspect.lua
int64.lua
listener.lua Add support for protocol aliases. Switch BOOTP to DHCP. 2018-08-31 05:25:17 +00:00
nstime.lua Add support for protocol aliases. Switch BOOTP to DHCP. 2018-08-31 05:25:17 +00:00
pcap_file.lua
pinfo.lua wslua: pinfo: make p2p_dir accessible to lua dissectors 2019-07-22 15:45:27 +00:00
proto.lua Corrects repeated words throughout the code. 2021-12-22 11:01:11 +00:00
protobuf_test_called_by_custom_dissector.lua Protobuf/gRPC: add test cases for Protobuf and gRPC 2020-12-01 12:06:43 +00:00
protobuf_test_field_subdissector_table.lua Protobuf/gRPC: add test cases for Protobuf and gRPC 2020-12-01 12:06:43 +00:00
protofield.lua wslua: Fix memleak of unregistered ProtoField strings 2019-10-28 15:05:54 +00:00
script_args.lua
struct.lua HTTPS In More Places, update some URLs. 2019-07-27 07:55:36 +00:00
try_heuristics.lua Lua: add DissectorTable.try_heuristics() function 2021-03-26 07:15:16 +00:00
tvb.lua wsutil: Fix time zone handling. 2021-12-30 21:20:08 +00:00
unicode.lua test: add tests for Unicode paths in Lua and tshark -G folders 2018-12-29 08:27:58 +00:00
util.lua Lua: Add get_preference() and set_preference() utility functions. 2020-12-08 22:56:50 +00:00
verify_dissector.lua Test: Add wslua. 2018-05-02 00:35:20 +00:00
verify_globals.lua