Wireshark-commits: [Wireshark-commits] master 95fd55e: For now, call the finish routine in Lua file

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Nov 2015 19:18:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=95fd55e56ba39b3b3b844a7ff65a418eced62ab2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

95fd55e 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>
    

Actions performed:

    from  e9dd7c8   Label the filter in the file open dialog as a "read filter".
    adds  95fd55e   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(-)