aboutsummaryrefslogtreecommitdiffstats
path: root/tempfile.c
Commit message (Expand)AuthorAgeFilesLines
* Pull mkstemp() into tempfile.c. That's the only place we use it now, andGerald Combs2009-07-021-1/+145
* Updates to create_tempfile:Gerald Combs2009-07-011-83/+39
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-1/+1
* Use wireshark (instead of ether) for temp file name prefix.Bill Meier2009-04-081-1/+1
* Copy comment from tempfile.h to tempfile.cBill Meier2009-03-101-0/+5
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-2/+1
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-8/+3
* Win32: MSVC > 6 doesn't work well with Unicode filenames!Ulf Lamping2007-01-121-10/+2
* from Laurent Rabret:Ulf Lamping2007-01-031-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* remove dependencies to pcap.h, so getting an idea what needs to be done by du...Ulf Lamping2006-02-171-6/+0
* Move create_tempfile() to tempfile.c out of util.c. This means dumpcapGuy Harris2006-02-121-0/+161