wireshark/test/lua
Rado Radoulov ae8b18d618 New Lua function TreeItem:referenced(ProtoField | Dissector).
This function returns TRUE/FALSE depending whether the specified ProtoField/Dissector
needs to be dissected. By using this function in conjunction with the TreeItem.visible
attribute, Lua dissectors can be significantly sped up by making less C interop calls
which are relatively slow in terms of dissection especially when using sub-protocols
where the dissection of an entire protocol can be skipped.

Added tests for TreeItem:referenced to protofield.lua

Change-Id: I44feacb91a2a5b0e3c28c0ccd8d6b04cccd67261
Reviewed-on: https://code.wireshark.org/review/21387
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
2017-05-05 08:38:40 +00:00
..
acme_file.lua
common_sets.lua
dir.lua
dissectFPM.lua
dissector.lua
field.lua Lua: add functions for more field information 2015-07-09 01:49:11 +00:00
glib_sets.lua
globals_2.2.txt wslua: prepare for split class/instance (meta)methods 2016-10-18 20:41:34 +00:00
gregex.lua
inspect.lua
int64.lua
listener.lua
luatest.lua
nstime.lua
pat2pcre.lua
pcap_file.lua For now, call the finish routine in Lua file writers "close". 2015-11-16 19:18:15 +00:00
pcre_sets.lua
pcre_sets2.lua
pinfo.lua
proto.lua
protofield.lua New Lua function TreeItem:referenced(ProtoField | Dissector). 2017-05-05 08:38:40 +00:00
script_args.lua
struct.lua
tvb.lua Lua: Add absolute time base values 2017-03-15 18:44:44 +00:00
verify_dissector.lua Update Lua tests after g9eda2fa 2016-01-24 21:49:12 +00:00
verify_globals.lua