wireshark/test/lua
Hadriel Kaplan 860747e1e7 Adds some Lua helper functions: some commonly used functions, and to help troubleshooting Lua scripts
There are some common things people need to do, such as convert to/from hex or get
the raw binary string in a ByteArray/Tvb/TvbRange. These have been added, as well
as some tests for them in the testsuites. Also, functions have been added to allow
a script to get all the available tap types and filter fields, since they are
not exactly what one can see in the Wireshark gui.

Change-Id: I92e5e4eae713bb90d79b0c024eaa4e55b99cc96b
Reviewed-on: https://code.wireshark.org/review/249
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
2014-02-25 21:06:21 +00:00
..
dissector.lua Adds some Lua helper functions: some commonly used functions, and to help troubleshooting Lua scripts 2014-02-25 21:06:21 +00:00
field.lua Add 4 more test scripts for Lua, and its own testsuite menu 2014-02-20 18:42:13 +00:00
globals_1.8.txt Add test suite for verifying Lua global variables/tables of previous releases have not disappeared. 2014-02-21 16:28:07 +00:00
globals_1.10.txt Add test suite for verifying Lua global variables/tables of previous releases have not disappeared. 2014-02-21 16:28:07 +00:00
inspect.lua Add test suite for verifying Lua global variables/tables of previous releases have not disappeared. 2014-02-21 16:28:07 +00:00
int64.lua Remove executable bit from a few files 2014-02-24 22:34:26 +00:00
listener.lua Add 4 more test scripts for Lua, and its own testsuite menu 2014-02-20 18:42:13 +00:00
nstime.lua Add 4 more test scripts for Lua, and its own testsuite menu 2014-02-20 18:42:13 +00:00
pinfo.lua Add 4 more test scripts for Lua, and its own testsuite menu 2014-02-20 18:42:13 +00:00
proto.lua Fix bug 9790: Lua: wslua allows duplicate field registration 2014-02-21 20:57:43 +00:00
script_args.lua Remove executable bit from a few files 2014-02-24 22:34:26 +00:00
struct.lua Adds some Lua helper functions: some commonly used functions, and to help troubleshooting Lua scripts 2014-02-25 21:06:21 +00:00
verify_dissector.lua Add test suite for Lua dissector-related functions 2014-02-09 19:55:43 +00:00
verify_globals.lua Add test suite for verifying Lua global variables/tables of previous releases have not disappeared. 2014-02-21 16:28:07 +00:00