aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-09Removed 'old-style parameter declaration'.stig1-4/+2
2011-04-21Include time.h as compilation might fail with old gilb (2.4)etxrab1-0/+1
2010-11-16Add a cast to fix:etxrab1-1/+1
2010-11-16Fix warning.cmaynard1-1/+1
2010-11-16Use more meaningful temp file name. Fixes bug 1882.cmaynard1-18/+35
2010-08-26Doxygen fixes.etxrab1-0/+1
2010-03-11Squelch some compiler warnings.guy1-4/+4
2009-07-02Pull mkstemp() into tempfile.c. That's the only place we use it now, andgerald1-1/+145
2009-07-01Updates to create_tempfile:gerald1-83/+39
2009-04-16Fix the last(?) of the Win64 compilation problems.gerald1-1/+1
2009-04-08Use wireshark (instead of ether) for temp file name prefix.wmeier1-1/+1
2009-03-10Copy comment from tempfile.h to tempfile.cwmeier1-0/+5
2008-05-22Move the file utility functions from wiretap to libwsutil so thatmorriss1-2/+1
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-8/+3
2007-01-12Win32: MSVC > 6 doesn't work well with Unicode filenames!ulfl1-10/+2
2007-01-03from Laurent Rabret:ulfl1-1/+1
2006-05-21name changesahlberg1-2/+2
2006-02-17remove dependencies to pcap.h, so getting an idea what needs to be done by du...ulfl1-6/+0
2006-02-12Move create_tempfile() to tempfile.c out of util.c. This means dumpcapguy1-0/+161