Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5756] Wireshark probably should have an Installer package

Date: Tue, 10 May 2011 15:02:22 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5756

Gerald Combs <gerald@xxxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #6316|                            |review_for_checkin+
               Flag|                            |

--- Comment #3 from Gerald Combs <gerald@xxxxxxxxxxxxx> 2011-05-10 15:02:19 PDT ---
Created an attachment (id=6316)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6316)
PackageMaker .pmdoc and related additions

The attached patch adds a PackageMaker document and associated scripts to
packaging/macosx. The package has the following components:

Wireshark.app. Installed in /Applications by default.

ChmodBPF. Installed in /Library/StartupItems. It has been modified to grant
access to the "access_bpf" group (modeled after com.apple.access_*). A
postinstall script creates access_bpf and adds the current user to the group.

utility-launcher. Installed in /Library/Wireshark. A postinstall script renames
it to "wireshark" and adds symlinks for the other CLI utilites, similar to the
"Utilities/Command Line" in the current package.

To create the package, run

/Developer/usr/bin/packagemaker --doc "Wireshark package.pmdoc" \
    -t "Wireshark OS X 64-bit Intel" -v

in packaging/macosx. If the changes look OK I'll integrate the package into the
osx-dmg script and check it in.

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