

These can be placed anywhere on your system, but they must all be in the same directory.

> This release of Wireshark requires Macintosh OS X 10.5.5 or later and XQuartz (X11.app). If you installed Wireshark from the dmg from, read the Read Me First document - it says: So if you want to run Wireshark programs from the command line, the scripts in Contents/Resources/bin should be installed in, for example, /usr/local/bin. are installed, so there's a script called "wireshark" in the Contents/Resources/bin directory that sets all the appropriate environment variables and runs wireshark-bin. However, that also requires a whole bunch of environment variables to be set, so that Wireshark picks up various files from the app bundle rather from the "standard" locations in which the support libraries, etc. *That's* the actual Wireshark executable image. Therefore, /Applications/Wireshark.app/Contents/MacOS/Wireshark is a front end to the *real* Wireshark, which is stored in Contents/Resources/bin/wireshark-bin. The executable image for an OS X GUI application has to obey various conventions to work correctly, and the X11-based Wireshark binary doesn't (and can't, as it currently exists) obey those conventions. Wireshark, on OS X, is an X11-based application, not an application using the native GUI. The top-level directory ends with ".app", and the application's executable image is in the Contents/MacOS directory, with, normally, the same name as the application (without the ".app"). In OS X, native GUI applications are stored as "app bundles", which are directory trees. > Am I missing something? (I'm new to MacOS!)

> /Applications/Wireshark.app/Contents/MacOS/Wireshark -h > /Applications/Wireshark.app/Contents/MacOS/Wireshark -v > /Applications/Wireshark.app/Contents/MacOS/Wireshark dump.cap > terminal running bash just launch the GUI straight away as if no > I'm not able to give command line parameters to it e.g. > I'm using Version 1.2.8 (SVN Rev 32676) on Mac OS X Leopard 10.5.8 On Jul 16, 2010, at 1:03 PM, Srivats P wrote:
