Wireshark-commits: [Wireshark-commits] rev 28920: /trunk/ /trunk/gtk/: hostlist_table.c /trunk/: Ma

Date: Thu, 02 Jul 2009 17:20:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=28920

User: gerald
Date: 2009/07/02 10:20 AM

Log:
 Pull mkstemp() into tempfile.c. That's the only place we use it now, and
 it's arguably the only place we _should_ use it. Add create_tempdir() to
 tempfile.c and use it to create a temp directory for IP maps. This
 should fix bug 3530.
 
 (This still doesn't work on IE 8 / Vista here. IE gives an access denied
 error in OpenLayers.js, but this is a separate issue).

Directory: /trunk/gtk/
  Changes    Path                Action
  +13 -20    hostlist_table.c    Modified

Directory: /trunk/
  Changes    Path               Action
  +1 -1      Makefile.am        Modified
  +0 -2      Makefile.common    Modified
  +2 -3      Makefile.nmake     Modified
  +2 -1      config.h.win32     Modified
  +1 -8      configure.in       Modified
  +0 -88     mkstemp.c          Removed
  +0 -24     mkstemp.h          Removed
  +145 -1    tempfile.c         Modified
  +13 -1     tempfile.h         Modified