Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 34902: /trunk/ /trunk/: dumpcap.c tempfile.c

Date: Tue, 16 Nov 2010 15:37:40 GMT
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