wireshark/epan/wslua
Stig Bjørlykke cc679ca5ce Qt: Add check for field extractors
The proto tree is needed in several cases when using Lua field extractors,
because they fetch values from the tree.  Without a valid field extractor
a Lua plugin may misbehave and display wrong column info.

This fixes column issues when:
- Calling resetColumns() in Qt.  This involves adding a display filter,
  change time display format, change name resolution and other changes
  in UI which requires column updates.
- Print summary lines.
- Export as CSV and PSML.

Change-Id: Ieed6f8578cdf2759f1f836cd8413a4529b7bbd80
Reviewed-on: https://code.wireshark.org/review/13708
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2016-02-05 05:35:02 +00:00
..
CMakeLists.txt
Makefile.am autotools: Don't use "user variables" to set build flags 2016-01-28 18:13:48 +00:00
Makefile.nmake
console.lua Lua: Switch URL to documentation to HTTPS 2015-11-26 15:45:07 +00:00
dtd_gen.lua
init_wslua.c
init_wslua.h
lrexlib.c
lrexlib.h
lrexlib_algo.h
lrexlib_glib.c
lrexlib_glib_f.c
lua_bitop.c
lua_bitop.h
make-init-lua.pl Lua: Added support for ProtoField framenum type. 2015-11-15 18:33:16 +00:00
make-reg.pl
make-taps.pl
taps Create a way to register "capture" dissectors. 2015-12-13 14:34:13 +00:00
template-init.lua Lua: Added support for ProtoField framenum type. 2015-11-15 18:33:16 +00:00
wslua.h Qt: Add check for field extractors 2016-02-05 05:35:02 +00:00
wslua_address.c
wslua_byte_array.c wslua: do not free TVB for data sources 2016-01-27 09:25:39 +00:00
wslua_capture_info.c Don't include libwireshark headers from libwiretap. 2015-11-04 00:56:44 +00:00
wslua_column.c
wslua_dir.c
wslua_dissector.c new_register_dissector -> register_dissector for remaining uses. 2015-12-11 03:42:37 +00:00
wslua_dumper.c Add more fields to packet_info structure and use them. 2016-01-23 03:50:58 +00:00
wslua_field.c Qt: Add check for field extractors 2016-02-05 05:35:02 +00:00
wslua_file.c
wslua_file_common.c
wslua_file_common.h
wslua_file_handler.c For now, call the finish routine in Lua file writers "close". 2015-11-16 19:18:15 +00:00
wslua_frame_info.c
wslua_gui.c Lua: Added reload_lua_plugins 2016-01-11 07:43:36 +00:00
wslua_int64.c
wslua_internals.c
wslua_listener.c Add the packet number to the packet_info structure, and use it. 2016-01-24 03:41:28 +00:00
wslua_nstime.c
wslua_pinfo.c Add the packet number to the packet_info structure, and use it. 2016-01-24 03:41:28 +00:00
wslua_pinfo_common.h
wslua_pref.c Lua: Fix switch-case braces. 2015-12-14 21:19:34 +00:00
wslua_proto.c Qt: Reload Lua expert infos 2015-12-11 05:17:58 +00:00
wslua_proto_expert.c Lua: Validate ProtoExpert.new arguments 2015-12-11 09:42:50 +00:00
wslua_proto_field.c Lua: Cleanup ProtoField_time 2015-12-14 05:19:59 +00:00
wslua_struct.c
wslua_tree.c Add routines to add an item and return the item's real length. 2016-01-09 02:26:06 +00:00
wslua_tvb.c wslua: fix memleak on error path of Tvb:bytes() 2016-01-26 21:36:06 +00:00
wslua_util.c