Skip to content

Instantly share code, notes, and snippets.

@olivierlemoal
Created August 3, 2015 09:46
Show Gist options
  • Save olivierlemoal/34e14b3ad5470a7b0802 to your computer and use it in GitHub Desktop.
Save olivierlemoal/34e14b3ad5470a7b0802 to your computer and use it in GitHub Desktop.
wireshark with user privileges
sudo setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
# verify :
getcap /usr/bin/dumpcap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment