Wireshark-commits: [Wireshark-commits] master-2.0 05e9f0c: Add wtap_dump_open_tempfile routines, to

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 Nov 2015 01:00:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=05e9f0c433e132b5a8ea0151d07157f22fd724e2
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

05e9f0c by Guy Harris (guy@xxxxxxxxxxxx):

    Add wtap_dump_open_tempfile routines, to write to a temporary file.
    
    It includes the temporary-file generation, so you don't have to do it
    yourself.
    
    Change-Id: I0798df95a5c5646224ec49612f50b423ed78547a
    Reviewed-on: https://code.wireshark.org/review/11751
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 75dc2051e861294a0e75955e896de7494f086b42)
    Reviewed-on: https://code.wireshark.org/review/11752
    

Actions performed:

    from  52302cf   2.0.0rc3 → 2.0.0rc4.
    adds  05e9f0c   Add wtap_dump_open_tempfile routines, to write to a temporary file.


Summary of changes:
 ui/gtk/file_import_dlg.c     |   17 ++++++-------
 ui/qt/import_text_dialog.cpp |    9 +++----
 ui/tap_export_pdu.c          |   17 ++++++-------
 wiretap/file_access.c        |   57 ++++++++++++++++++++++++++++++++++++++++++
 wiretap/wtap.h               |   31 +++++++++++++++++++++++
 5 files changed, 106 insertions(+), 25 deletions(-)