1 | initial version |
The command sudo usermod -a -G wireshark {your username}
adds the account with {your username}
to the wireshark group which has permission to capture on interfaces without requiring sudo.
So replace {your username}
with the name of your account, i.e. the output of whoami
, i.e. for me, with account grahamb it would be: sudo usermod -a -G wireshark grahamb