diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-12 00:16:36 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 13:50:14 -0600 |
commit | fe7ce9acffdd2a712f297a30b4476da6997b6f39 (patch) | |
tree | 878a6f4afd7ae333a60158efa90baf7a58914bc7 /network/wireshark/README | |
parent | 6dab5e1c9758df678bf5dbb44edd959d9aea1d17 (diff) | |
download | slackbuilds-fe7ce9acffdd2a712f297a30b4476da6997b6f39.tar.gz |
network/wireshark: Updated for version 1.10.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/wireshark/README')
-rw-r--r-- | network/wireshark/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/network/wireshark/README b/network/wireshark/README index f2ee8364d7..df4dae5664 100644 --- a/network/wireshark/README +++ b/network/wireshark/README @@ -17,3 +17,8 @@ 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 + +You will need to remove any already-installed wireshark package before +building this one or else the new one will not work (the new build will +link libraries present in the old package, which will then be removed +when upgrading). |