http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34902
User: cmaynard
Date: 2010/11/16 07:37 AM
Log:
Use more meaningful temp file name. Fixes bug 1882.
Template chosen is: wireshark_<iface>_YYYYmmddHHMMSS_XXXXXX ... where
<iface> is the interface name (or UUID part of the interface if applicable)
YYYYmmddHHMMSS are as described in "man strftime".
XXXXXX is a template filled in with random characters. See "man mkstemp".
Directory: /trunk/
Changes Path Action
+35 -1 dumpcap.c Modified
+35 -18 tempfile.c Modified