From 2b132d376e1fec7d58be0d20b2eaba80e3641b9b Mon Sep 17 00:00:00 2001 From: lorensr Date: Wed, 2 Mar 2011 21:23:35 -0500 Subject: wireshark: update caveat with OS X workaround --- Library/Formula/wireshark.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3