Merge branch 'staged'
[dports.git] / net / wireshark / pkg-message
1 [
2 { type: install
3   message: <<EOM
4 In order for wireshark be able to capture packets when used by unprivileged
5 user, /dev/bpf should be in network group and have read-write permissions.
6 For example:
7
8 # chgrp network /dev/bpf*
9 # chmod g+r /dev/bpf*
10 # chmod g+w /dev/bpf*
11
12 In order for this to persist across reboots, add the following to
13 /etc/devfs.conf:
14
15 own  bpf* root:network
16 perm bpf* 0660
17 EOM
18 }
19 ]