Wireshark-commits: [Wireshark-commits] master dc2f4bd: wslua: use Filehandler.extensions for contro
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 15 Mar 2018 20:04:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=dc2f4bdf26ed3f48070604ebe09a623d3f4070e0
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

dc2f4bd by Peter Wu (peter@xxxxxxxxxxxxx):

    wslua: use Filehandler.extensions for controlling output files
    
    Allow FileHandlers to specify the extension that is used for saved
    files. Implementation note: previously "fh->extensions" was unused;
    memory is not freed anywhere because registered file handlers can
    currently not be destroyed.
    
    Bug: 14386
    Change-Id: I65509c10a678fc6af0cf6a4c5c8aed56e79ea34a
    Reviewed-on: https://code.wireshark.org/review/26399
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  c7fda76   Qt 4.8 compatibility for escaping HTML
    adds  dc2f4bd   wslua: use Filehandler.extensions for controlling output files


Summary of changes:
 epan/wslua/wslua_file_handler.c | 23 ++++++++++++++++++-----
 1 file changed, 18 insertions(+), 5 deletions(-)