Wireshark-commits: [Wireshark-commits] master acc018b: Allow create_tempfile to support a suffix.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=acc018b8d1db3489d3f63f8f096c593243191469
Submitter: Martin Mathieson (martin.r.mathieson@xxxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
acc018b by Michael Mann (mmann78@xxxxxxxxxxxx):
Allow create_tempfile to support a suffix.
Ping-Bug: 10203
Change-Id: Ifa24870d711449b87e9839dd46af614e4aa28fde
Reviewed-on: https://code.wireshark.org/review/15608
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Martin Mathieson <martin.r.mathieson@xxxxxxxxxxxxxx>
Actions performed:
from b2845a6 tshark man page: the first TCP stream is stream 0, not 1.
adds acc018b Allow create_tempfile to support a suffix.
Summary of changes:
ConfigureChecks.cmake | 2 +-
cmakeconfig.h.in | 4 ++--
config.h.win32 | 2 +-
configure.ac | 2 +-
dumpcap.c | 15 ++++++++-------
extcap.c | 2 +-
file.c | 2 +-
ui/export_pdu_ui_utils.c | 2 +-
ui/gtk/follow_stream.c | 2 +-
ui/gtk/iax2_analysis.c | 4 ++--
ui/gtk/print_dlg.c | 2 +-
ui/gtk/rtp_analysis.c | 4 ++--
wiretap/file_access.c | 2 +-
wiretap/nettrace_3gpp_32_423.c | 2 +-
wsutil/tempfile.c | 35 +++++++++++++++++++----------------
wsutil/tempfile.h | 6 ++++--
16 files changed, 47 insertions(+), 41 deletions(-)