diff options
Diffstat (limited to 'network/wireshark')
-rw-r--r-- | network/wireshark/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/wireshark/README b/network/wireshark/README index a529a7ce946a9..91d0d785455bb 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=eip /usr/bin/dumpcap One may also test if things are ok running this command as a normal user: |