wireshark/randpkt_core
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
..
CMakeLists.txt CMake: Add ENABLE_VLD option for MSVC 2021-04-10 21:53:59 +00:00
randpkt_core.c wiretap: have wtap_dump_close() provide a "needs to be reloaded" indication. 2022-03-14 19:12:20 +00:00
randpkt_core.h Add remaining header files to Doxygen 2021-12-12 03:56:35 +00:00