Using Wireshark On OSX
It appears when using Wireshark on OSX the libpcap requires access to a BPF device for capturing. The ownership / permissions require to be changed each time to allow access to the network interfaces in Wireshark. Run this command upon each time requiring to use Wireshark or add it to a command as a startup item.
sudo chown $USER /dev/bpf*
