aboutsummaryrefslogtreecommitdiffstats
path: root/dumpcap.c
diff options
context:
space:
mode:
Diffstat (limited to 'dumpcap.c')
-rw-r--r--dumpcap.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/dumpcap.c b/dumpcap.c
index 6de060db56..c681c575d1 100644
--- a/dumpcap.c
+++ b/dumpcap.c
@@ -568,6 +568,12 @@ relinquish_all_capabilities(void)
"On Debian and Debian derivatives such as Ubuntu, if you have " \
"installed Wireshark from a package, try running " \
"\"dpkg-reconfigure wireshark-common\"."
+#elif defined(__APPLE__)
+ #define PLATFORM_PERMISSIONS_SUGGESTION \
+ "\n\n" \
+ "If you installed Wireshark using the package from wireshark.org, "\
+ "Try re-installing it and checking the box for the \"Set capture " \
+ "permissions on startup\" item."
#else
#define PLATFORM_PERMISSIONS_SUGGESTION
#endif