Wireshark-commits: [Wireshark-commits] rev 51306: /trunk/ /trunk/packaging/macosx/Resources/bin/: w

Date: Mon, 12 Aug 2013 00:59:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=51306

User: guy
Date: 2013/08/11 05:59 PM

Log:
 If we weren't started with special privileges, try to figure out if
 we're running from inside an OS X app bundle and, if we are, save the
 pathname of the top-level bundle directory and use it to get the
 pathnames of global data files, plugins, and Python modules.
 
 This obviates the need to set special environment variables for them in
 the launcher scripts, so get rid of the commands to do that.
 
 The @rpathification of binaries also obviates the need for the
 commented-out setting of DYLD_LIBRARY_PATH, so get rid of that as well.

Directory: /trunk/packaging/macosx/Resources/bin/
  Changes    Path          Action
  +0 -6      wireshark     Modified

Directory: /trunk/epan/
  Changes    Path            Action
  +103 -4    filesystem.c    Modified