Hi John, On 7 July 2016 at 16:42, John Marino <[email protected]> wrote: > B) The version of wireshark in Dports is 2.0.4, so why the need to build it > from vendor sources? > > http://gitweb.dragonflybsd.org/dports.git/blob/HEAD:/net/wireshark/Makefile
I'm now on wireshark 2.0.4! Can this be modified to correctly show what to edit? http://gitweb.dragonflybsd.org/dports.git/blob/HEAD:/net/wireshark/pkg-message --- pkg-message 2016-07-08 11:31:14.000000000 -0700 +++ pkg-message_new 2016-07-08 11:34:54.000000000 -0700 @@ -2,16 +2,10 @@ 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 - +group network bpf* +perm bpf* root:network 0660 =============================================================================== The same can be added to tcpdump as well: http://gitweb.dragonflybsd.org/dports.git/tree/HEAD:/net/tcpdump -- ------- inum: 883510009027723 sip: [email protected]
