diff options
| author | lorensr | 2011-03-02 21:23:35 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-07 08:20:58 -0700 |
| commit | 2b132d376e1fec7d58be0d20b2eaba80e3641b9b (patch) | |
| tree | cb160ebdc008ecdc810d17857372bae0f0a2178f /Library | |
| parent | 9ced860300c81ab6ece284f870828230856c5008 (diff) | |
| download | homebrew-2b132d376e1fec7d58be0d20b2eaba80e3641b9b.tar.bz2 | |
wireshark: update caveat with OS X workaround
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/wireshark.rb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Library/Formula/wireshark.rb b/Library/Formula/wireshark.rb index fabfbca2a..23376d21e 100644 --- a/Library/Formula/wireshark.rb +++ b/Library/Formula/wireshark.rb @@ -25,5 +25,23 @@ class Wireshark < Formula ENV.j1 # Install failed otherwise. system "make install" end + + def caveats; <<-EOS.undent + If your list of available capture interfaces is empty + (default OS X behavior), try the following commands: + + wget https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3373 -O ChmodBPF.tar.gz + tar zxvf ChmodBPF.tar.gz + open ChmodBPF/Install\\ ChmodBPF.app + + This adds a launch daemon that changes the permissions of your BPF + devices so that all users in the 'admin' group - all users with + 'Allow user to administer this computer' turned on - have both read + and write access to those devices. + + See bug report: + https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3760 + EOS + end end |
