wireshark/epan/wslua
Guy Harris 109b92b5d7 wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication.
This allows the "needs to be reloaded" indication to be set in the close
process, as is the case for ERF; having a routine that returns the value
of that indication is not useful if it gets seet in the close process,
as the handle for the wtap_dumper is no longer valid after
wtap_dump_close() finishes.

We also get rid of wtap_dump_get_needs_reload(), as callers should get
that information via the added argument to wtap_dump_close().

Fixes #17989.
2022-03-14 19:12:20 +00:00
..
.editorconfig
CMakeLists.txt CMake: Use CheckAPI's abort/termoutput with dissectors only 2021-03-01 20:59:39 +00:00
console.lua
dtd_gen.lua
init_wslua.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
init_wslua.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
lrexlib.c
lrexlib.h epan: Add header files to Doxygen 2021-11-30 08:46:49 +00:00
lrexlib_algo.h epan: Add header files to Doxygen 2021-11-30 08:46:49 +00:00
lrexlib_glib.c GLib: Bump requirement 2.32 -> 2.36 2020-11-25 06:25:38 +00:00
lrexlib_glib_f.c GLib: Bump requirement 2.32 -> 2.36 2020-11-25 06:25:38 +00:00
lua_bitop.c wslua: fix compilation with gcc 11 2021-04-28 20:12:19 +00:00
lua_bitop.h epan: Add header files to Doxygen 2021-11-30 08:46:49 +00:00
make-init-lua.pl epan: Move time display types to field_display_e 2021-12-27 22:31:31 +00:00
make-reg.pl wiretap: more work on file type/subtypes. 2021-02-17 21:54:28 +00:00
make-taps.pl
taps
template-init.lua wiretap: more work on file type/subtypes. 2021-02-17 21:54:28 +00:00
wslua.h Lua is a proper name. Fix its capitalization. 2021-11-11 01:08:51 +00:00
wslua_address.c
wslua_byte_array.c wsutils: add local implementation of g_memdup2. 2021-03-25 09:38:10 +00:00
wslua_capture_info.c docs/tshark: proper name is lopsided CamelCase (TShark) 2021-10-21 19:54:20 +00:00
wslua_column.c Fix config.h include order 2021-09-20 20:16:52 +01:00
wslua_dir.c
wslua_dissector.c Lua: add DissectorTable.try_heuristics() function 2021-03-26 07:15:16 +00:00
wslua_dumper.c wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication. 2022-03-14 19:12:20 +00:00
wslua_field.c ftypes: Internal headers need to be internal 2021-11-11 03:15:31 +00:00
wslua_file.c docs/tshark: proper name is lopsided CamelCase (TShark) 2021-10-21 19:54:20 +00:00
wslua_file_common.c Fix config.h include order 2021-09-20 20:16:52 +01:00
wslua_file_common.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wslua_file_handler.c epan: Convert to use stdio.h from GLib 2021-12-19 19:29:53 +00:00
wslua_frame_info.c Fix config.h include order 2021-09-20 20:16:52 +01:00
wslua_gui.c Qt: Make Lua dialogs children of the main window. 2021-11-15 20:03:16 +00:00
wslua_int64.c Fix stdio.h conversions to use the scanf macros 2021-12-19 23:49:55 +00:00
wslua_internals.c Replace g_log() calls with ws_log() 2021-06-16 12:50:27 +00:00
wslua_listener.c docs/tshark: proper name is lopsided CamelCase (TShark) 2021-10-21 19:54:20 +00:00
wslua_nstime.c
wslua_pinfo.c Fix config.h include order 2021-09-20 20:16:52 +01:00
wslua_pinfo_common.h Add files with WS_DLL_PUBLIC to Doxygen 2021-11-29 21:27:45 +00:00
wslua_pref.c wslua: Replace g_assert() with ws_assert() 2021-05-19 03:52:45 +01:00
wslua_proto.c wslua: Initialize Proto members on creation 2021-10-19 20:50:45 +00:00
wslua_proto_expert.c Lua: reconcile expert info groups; add PI_ASSUMPTION 2021-06-21 15:27:51 +00:00
wslua_proto_field.c range_string: follow-up of 893290c 2022-01-05 20:34:15 +00:00
wslua_struct.c
wslua_tree.c Docs: wslua TreeItem class typo 2022-01-28 06:24:28 +00:00
wslua_tvb.c wslua: avoid global memory scopes 2021-09-14 18:48:56 +00:00
wslua_util.c Replace g_log() calls with ws_log() 2021-06-16 12:50:27 +00:00
wslua_wtap.c wiretap: eliminate the pcap/nspcap/pcapng WTAP_FILE_TYPE_SUBTYPE_ values. 2021-02-23 21:56:20 +00:00