Wireshark-commits: [Wireshark-commits] master 75dc205: Add wtap_dump_open_tempfile routines, to wri
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 12 Nov 2015 00:59:48 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=75dc2051e861294a0e75955e896de7494f086b42
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

75dc205 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>
    

Actions performed:

    from  af8c70c   Add $(randpkt_INCLUDES) to $(noinst_HEADERS) so they're distributed.
    adds  75dc205   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(-)