05366ca4c1
- Drop obsolete THREADS / PCRE / X11 options. - Convert to OPTIONS helpers. - Allow to choose between various Kerberos implementations. - Add Lua 5.2 into supported versions list. - Restore GTK2 option. - Improve some descriptions. - Use 'install_desktop_files' target for installing *.deskop, *.xml and icon files. - When c-ares is selected, adns will not be used - convert them into OPTIONS_SINGLE. - RTP support is compiled into GTK+ GUI - disable it in other cases. - Bump PORTREVISION. PR: 204411 Submitted by: Andriy Voskoboinyk <s3erios@gmail.com>
17 lines
520 B
Text
17 lines
520 B
Text
===============================================================================
|
|
|
|
In order for wireshark be able to capture packets when used by unprivileged
|
|
user, /dev/bpf should be in network group and have read-write permissions.
|
|
For example:
|
|
|
|
# chgrp network /dev/bpf*
|
|
# chmod g+r /dev/bpf*
|
|
# chmod g+w /dev/bpf*
|
|
|
|
In order for this to persist across reboots, add the following to
|
|
/etc/devfs.conf:
|
|
|
|
own bpf* root:network
|
|
perm bpf* 0660
|
|
|
|
===============================================================================
|