On Tue, Apr 03, 2007 at 02:35:49PM +0000, [EMAIL PROTECTED] wrote:

> I've tried changing the umask under which the script to launch 
> wireshark runs, but that gets ignored. So maybe it is Wireshark itself 
> (rather then the shell) setting the permissions of saved files?

Yes, Wireshark sets the umask on the temporary file it uses while 
capturing (look for the umask() call in tempfile.c).  For saved files, I 
believe the temporary file is simply copied over with the same 
permissions it was created with.


Steve

_______________________________________________
Wireshark-users mailing list
Wireshark-users@wireshark.org
http://www.wireshark.org/mailman/listinfo/wireshark-users

Reply via email to