Wireshark-commits: [Wireshark-commits] master-2.0 556cc71: For now, call the finish routine in Lua
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=556cc71063ec51a5a6c04a5caaf35d69035f0413
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
556cc71 by Guy Harris (guy@xxxxxxxxxxxx):
For now, call the finish routine in Lua file writers "close".
If we ever change the way file writers work, in a fashion incompatible
with the existing way they work, we'll also rename this member - and get
rid of checks for earlier versions of the Lua interface.
Change-Id: I64065944fa31371f5249cafd930c18f180ad7299
Reviewed-on: https://code.wireshark.org/review/11879
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 95fd55e56ba39b3b3b844a7ff65a418eced62ab2)
Reviewed-on: https://code.wireshark.org/review/11880
Actions performed:
from 7777feb Label the filter in the file open dialog as a "read filter".
adds 556cc71 For now, call the finish routine in Lua file writers "close".
Summary of changes:
epan/wslua/wslua.h | 2 +-
epan/wslua/wslua_file_handler.c | 14 +++++++-------
test/lua/pcap_file.lua | 6 +++---
3 files changed, 11 insertions(+), 11 deletions(-)