Checks if /Applications/Wireshark.app is installed then chmod -R 644 the app
I had been getting a permissions error before where the Wireshark.app/Contents/Resources/shared/wireshark directory didn't have read perms on the Other group - causing a pop up when starting Wireshark.
Checks if
/Applications/Wireshark.app
is installed thenchmod -R 644
the appI had been getting a permissions error before where the
Wireshark.app/Contents/Resources/shared/wireshark
directory didn't have read perms on theOther
group - causing a pop up when starting Wireshark.