Skip to content

Instantly share code, notes, and snippets.

@guycalledseven
Created March 6, 2017 12:10
Show Gist options
  • Save guycalledseven/ffe865d12a2f81c935f07292f2a6293f to your computer and use it in GitHub Desktop.
Save guycalledseven/ffe865d12a2f81c935f07292f2a6293f to your computer and use it in GitHub Desktop.
Manually remove Wireshark leftovers MacOS
sudo rm -r /Applications/Wireshark.app
sudo rm -r /Library/Wireshark
sudo rm /Library/StartupItems/ChmodBPF
sudo rm /Library/LaunchDaemons/org.wireshark.ChmodBPF.plist
sudo rm /Library/Application\ Support/Wireshark/ChmodBPF/ChmodBF
sudo rm /Library/Application\ Support/Wireshark/ChmodBPF/org.wireshark.ChmodBPF.plist
sudo dscl . -delete /Groups/access_bpf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment