Fix the wireless settings button for AirPCap devices in the
[obnox/wireshark/wip.git] / tempfile.c
2011-04-21 etxrabInclude time.h as compilation might fail with old gilb...
2010-11-16 etxrabAdd a cast to fix:
2010-11-16 cmaynardFix warning.
2010-11-16 cmaynardUse more meaningful temp file name. Fixes bug 1882.
2010-08-26 etxrabDoxygen fixes.
2010-03-11 guySquelch some compiler warnings.
2009-07-02 geraldPull mkstemp() into tempfile.c. That's the only place...
2009-07-01 geraldUpdates to create_tempfile:
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2009-04-08 wmeierUse wireshark (instead of ether) for temp file name...
2009-03-10 wmeierCopy comment from tempfile.h to tempfile.c
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-01-12 ulflWin32: MSVC > 6 doesn't work well with Unicode filenames!
2007-01-03 ulflfrom Laurent Rabret:
2006-05-21 sahlbergname change
2006-02-17 ulflremove dependencies to pcap.h, so getting an idea what...
2006-02-12 guyMove create_tempfile() to tempfile.c out of util.c...