summaryrefslogtreecommitdiffstats
path: root/network/wireshark/README
diff options
context:
space:
mode:
Diffstat (limited to 'network/wireshark/README')
-rw-r--r--network/wireshark/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/wireshark/README b/network/wireshark/README
index 85be7d7602..7b9f4a600b 100644
--- a/network/wireshark/README
+++ b/network/wireshark/README
@@ -18,8 +18,8 @@ protocol development, and education worldwide.
If you use a filesystem that supports posix capabilities, an easy way
to start wireshark as a normal user, while still providing it with
all of the access permissions it requires, is by issuing the following
-command:
- $ setcap cap_net_raw,cap_net_admin=eip /usr/bin/dumpcap
+command as root:
+ # setcap cap_net_raw,cap_net_admin=ep /usr/bin/dumpcap
One may also test if things are ok running this command as a normal
user:
@@ -51,7 +51,7 @@ Optional dependencies:
- libminizip
- libilbc
-NOTE: Wireshark 3.0 no longer supportx legacy GTK+ UI.
+NOTE: Wireshark 3.0 no longer supports legacy GTK+ UI.
NOTE: Although lua is listed as a requirement, it's possible to build
using lua52. This may be needed for some third-party Lua plugins (but,