wireshark/wsutil
Bill Meier 8837679be0 Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames.
- Essentially: ws_stdio_unlink would fail trying to delete
   any path\filename containing a Unicode character which could not be mapped
   to the "system codepage" (ie: to a character encoded with a value of 1-255).
   For example: ws_stdio_unlink was not able to delete a path\filename 
   containing the character U+210B.
- The problem: A copy/paste of the wrong (non-Windows) portion of the GLib 
  g_unlink code was done when file_util.c was created.
- The solution: replace the ws_stdio_unlink code with the correct code
   copied from the Glib g_unlink function.

svn path=/trunk/; revision=27661
2009-03-08 22:12:13 +00:00
..
Makefile.am Added libwsutil.def to EXTRA_DIST 2008-08-13 10:35:33 +00:00
Makefile.common Move wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap() 2008-12-22 00:06:12 +00:00
Makefile.nmake More Windows compiler flag cleanups. Fix a problem with my last commit 2009-03-02 21:33:11 +00:00
file_util.c Fix ws_stdio_unlink so it works properly on WIndows for all Unicode filenames. 2009-03-08 22:12:13 +00:00
file_util.h Update a comment 2009-03-06 22:34:13 +00:00
libwsutil.def wtap_pcap_encap_to_wtap_encap() and wtap_wtap_encap_to_pcap_encap() were 2008-12-22 01:14:36 +00:00
mpeg-audio.c
mpeg-audio.h
privileges.c Move privileges.c and unicode-utils.c from epan to wsutil (so things like 2008-06-30 17:16:29 +00:00
privileges.h Move privileges.c and unicode-utils.c from epan to wsutil (so things like 2008-06-30 17:16:29 +00:00
str_util.c Revise ascii...inplace to return a ptr to the string 2009-01-17 17:30:23 +00:00
str_util.h Revise ascii...inplace to return a ptr to the string 2009-01-17 17:30:23 +00:00
type_util.c type conversion gdouble<->guint64 is not supported in all MSVC versions, convert it with functions 2008-12-17 09:41:17 +00:00
type_util.h type conversion gdouble<->guint64 is not supported in all MSVC versions, convert it with functions 2008-12-17 09:41:17 +00:00
unicode-utils.c unicode-utils.c is only for Windows; don't build it on UN*X. Put in a check 2008-07-11 16:18:32 +00:00
unicode-utils.h Move privileges.c and unicode-utils.c from epan to wsutil (so things like 2008-06-30 17:16:29 +00:00