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 25097: /trunk/ /trunk/gtk/: about_dlg.c webbrowser.c web

Date: Thu, 17 Apr 2008 16:14:29 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=25097

User: guy
Date: 2008/04/17 04:14 PM

Log:
 If we have xdg-open, define HAVE_XDG_OPEN.
 
 Add a routine "filemanager_open_directory()", which takes a pathname
 (presumed to be UTF-8 in Windows and Mac OS X; this might need work for
 other UN*Xes) and attempts to open a file manager window for it, using
 ShellExecute on Windows, Launch Services on OS X, and, for now, running
 xdg-open on other OSes if we have it (should we have a preference for
 the file manaager, just as we have one for the Web browser?).
 
 (For that matter, if we have xdg-open, do we need a preference for the
 Web browser, or should we just have xdg-open open the Web browser?)

Directory: /trunk/gtk/
  Changes    Path            Action
  +1 -1      about_dlg.c     Modified
  +75 -3     webbrowser.c    Modified
  +2 -0      webbrowser.h    Modified

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