aboutsummaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-10 00:37:16 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-10 00:37:16 +0000
commit4c3f25b78406754e07d0ce6319f755c04cfd396d (patch)
treee94022ca7a8546f50bf3d7aefab774ec98897549 /packaging
parente4be5bd45a8e4501de950626bdf068b86e3cf109 (diff)
Put in a note about the Snow Leopard bug that requires that you have BPF
devices open for writing in order to capture outgoing traffic. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29831 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packaging')
-rw-r--r--packaging/macosx/ChmodBPF/README.macosx5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/macosx/ChmodBPF/README.macosx b/packaging/macosx/ChmodBPF/README.macosx
index 25794d8859..bf78eb5956 100644
--- a/packaging/macosx/ChmodBPF/README.macosx
+++ b/packaging/macosx/ChmodBPF/README.macosx
@@ -41,3 +41,8 @@ give the administrative users permission to read but not write the BPF
devices, you can have the script change the owner to that user, the
group to "admin", and the permissions to rw-r-----. Other possibilities
are left as an exercise for the reader.
+
+(NOTE: due to a bug in Snow Leopard, if you change the permissions not
+to grant write permission to everybody who should be allowed to capture
+traffic, non-root users who cannot open the BPF devices for writing will
+not be able to capture outgoing packets.)