ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3089] New: Fix for wireshark to work from an install path

Date: Wed, 26 Nov 2008 12:09:47 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3089

           Summary: Fix for wireshark to work from an install path
                    containing white space
           Product: Wireshark
           Version: unspecified
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Trivial
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: shane.brauner@xxxxxxxxx


Build Information:
~/10gen/sites/appengine)$ wireshark -v
GOT APPNAME OF wireshark from /Local
Apps/Wireshark.app/Contents/Resources/bin/wireshark
2008-11-26 14:06:15.131 defaults[1184:10b] 
The domain/default pair of (kCFPreferencesAnyApplication,
AppleAquaColorVariant) does not exist
2008-11-26 14:06:15.141 defaults[1185:10b] 
The domain/default pair of (kCFPreferencesAnyApplication, AppleHighlightColor)
does not exist
wireshark 1.0.4 (SVN Rev 26501)

Copyright 1998-2008 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.12.9, with GLib 2.16.3, with libpcap 0.9.5, with libz
1.2.3, without POSIX capabilities, without libpcre, without SMI, without ADNS,
without Lua, without GnuTLS, without Gcrypt, with MIT Kerberos, without
PortAudio, without AirPcap.
NOTE: this build doesn't support the "matches" operator for Wireshark filter
syntax.

Running on Darwin 9.5.0 (MacOS 10.5.5), with libpcap version 0.9.5.

Built using gcc 4.0.1 (Apple Inc. build 5488).

--
wireshark doesn't work if your install directory path contains whitespace.  To
fix, change line 19 in Wireshark.app/Contents/Resources/bin/wireshark from 

        APPNAME=`basename $0`

to

        APPNAME=`basename "$0"`


-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.