diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-14 17:49:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-14 17:49:53 +0700 |
commit | 74a8f117d08e838c0dbcb1150c99637f946fdeb2 (patch) | |
tree | af5e3db9190b6fe3eb5d61de4effed704c2948e7 | |
parent | 6f48c5d54b1be07f3a1093557841235f432e9800 (diff) | |
download | slackbuilds-74a8f117d08e838c0dbcb1150c99637f946fdeb2.tar.gz |
network/wireshark: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 a529a7ce94..91d0d78545 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: |