Skip to content

Instantly share code, notes, and snippets.

@MinaMikhailcom
Created September 10, 2017 20:14
Show Gist options
  • Save MinaMikhailcom/0825906230cbbe478faf4d08abe9d11a to your computer and use it in GitHub Desktop.
Save MinaMikhailcom/0825906230cbbe478faf4d08abe9d11a to your computer and use it in GitHub Desktop.
Fix for "couldn't run /usr/bin/dumpcap in child process: permission denied"
sudo dpkg-reconfigure wireshark-common #Select "Yes"
chmod +x /usr/bin/dumpcap
@Kanak0202
Copy link

Hey! Does this work for windows also?

@vgrosdoy
Copy link

vgrosdoy commented Apr 4, 2024

thanks a lot for that
it works well for me on ubuntu 22.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment