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 43006: /trunk/ /trunk/ui/gtk/: capture_file_dlg.c /trunk

Date: Sat, 02 Jun 2012 18:53:14 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=43006

User: guy
Date: 2012/06/02 11:53 AM

Log:
 If the user tries to save a capture file atop a file that has all its
 write bits turned off or, on 4.4-Lite-based systems, has its "user
 immutable" bit turned on, ask them if they really want to overwrite the
 file (as those are both used to say "this file is precious, don't let me
 easily accidentally trash it") and, if the "user immutable" bit is set,
 turn it off first so that the move in the "safe save" won't fail.

Directory: /trunk/ui/gtk/
  Changes    Path                  Action
  +86 -4     capture_file_dlg.c    Modified

Directory: /trunk/
  Changes    Path            Action
  +22 -0     acinclude.m4    Modified
  +5 -0      configure.in    Modified