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